commit | 61e6692993144eccc2a3e7ac73acd6b5bc9de47e | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Jul 03 06:11:41 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Jul 03 06:11:41 2009 +0000 |
tree | fbb917b7f80ad95f118fe1451a64481f6899e8ec | |
parent | 9988bab609f00e51c0ed950ed67fc0f2d21c9da4 [diff] [blame] |
remove utility methods that are not very useful. llvm-svn: 74762
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 288831c..23e8b738 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp
@@ -937,7 +937,7 @@ // Check if the super region has a binding. if (B.lookup(superR)) { // We do not extract the bit value from super region for now. - return ValMgr.makeUnknownVal(); + return UnknownVal(); } if (R->hasHeapStorage()) {