From fd88bb91b2d52981f4581efae44e65429f1f9ec8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Feb 2008 05:01:42 +0000 Subject: [PATCH] get the tree building again git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46840 91177308-0d34-0410-b5e6-96231b3b80d8 --- Analysis/RValues.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1