commit | 4c8bf0086a756a11a193a22fdcc439539eadd21d | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Nov 22 13:23:00 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Nov 22 13:23:00 2008 +0000 |
tree | cc9250813bb9034f750dddbbdd04a9c5097ad855 | |
parent | 4d45b34a8ad55041191973a711c0d2dd8ab18b95 [diff] |
Remove debug code. llvm-svn: 59870
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index cc7715a..d512703 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp
@@ -289,7 +289,7 @@ FR = 0; return UnknownVal(); } - printf("kidn = %d\n", R->getKind()); + assert(0 && "Other regions are not supported yet."); }