From: Chris Lattner Date: Thu, 7 Feb 2008 05:01:42 +0000 (+0000) Subject: get the tree building again X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd88bb91b2d52981f4581efae44e65429f1f9ec8;p=clang get the tree building again git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Analysis/RValues.cpp b/Analysis/RValues.cpp index bfdfe3bf45..f006ed7501 100644 --- a/Analysis/RValues.cpp +++ b/Analysis/RValues.cpp @@ -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