]> granicus.if.org Git - clang/commitdiff
get the tree building again
authorChris Lattner <sabre@nondot.org>
Thu, 7 Feb 2008 05:01:42 +0000 (05:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Feb 2008 05:01:42 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46840 91177308-0d34-0410-b5e6-96231b3b80d8

Analysis/RValues.cpp

index bfdfe3bf45be65466c8350e38412900a0d41605b..f006ed75013f82d4dfc6d9968151b3ee9da0a330 100644 (file)
@@ -554,7 +554,7 @@ void NonLValue::print(std::ostream& Out) const {
   }
 }
 
-
+#if 0
 void LValue::print(std::ostream& Out) const {
   switch (getSubKind()) {        
     case lval::ConcreteIntKind:
@@ -576,3 +576,4 @@ void LValue::print(std::ostream& Out) const {
       break;
   }
 }
+#endif