commit | 9c5058d7e491a00c4b9687fadf281729f0652f5f | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Oct 30 18:34:31 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Oct 30 18:34:31 2008 +0000 |
tree | b70ba2381b0f50f99ddf5adb717f2a9e329bd3c9 | |
parent | b667c9f2a84d0a83cd083db87d963a26d628526a [diff] |
Add missing return statement. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58444 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 852103d..935fd30 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/lib/Analysis/GRExprEngine.cpp
@@ -1686,6 +1686,8 @@ } } } + + return; } if (Loc::IsLocType(T) || T->isIntegerType()) {