commit | 8e676d2d645509213ad610a4e09af2b9f202a217 | [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 | 09ba458a207984189077a786958ecd1aa69c5b0e | |
parent | d52b8cf0713821d134f389bfa735bd94359ca306 [diff] |
Remove debug code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index cc7715a..d512703 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/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."); }