From c100828026b475efea2c92e8a41b3727027290c0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 5 Dec 2008 17:04:12 +0000 Subject: Fix test/Transforms/GVN/pre-load.ll llvm-svn: 60594 --- llvm/lib/Transforms/Scalar/GVN.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/GVN.cpp') diff --git a/llvm/lib/Transforms/Scalar/GVN.cpp b/llvm/lib/Transforms/Scalar/GVN.cpp index 8bb83e53fb9..385de02322f 100644 --- a/llvm/lib/Transforms/Scalar/GVN.cpp +++ b/llvm/lib/Transforms/Scalar/GVN.cpp @@ -1135,7 +1135,7 @@ bool GVN::processNonLocalLoad(LoadInst *LI, // Okay, we can eliminate this load by inserting a reload in the predecessor // and using PHI construction to get the value in the other predecessors, do // it. - /*DEBUG*/(cerr << "GVN REMOVING PRE LOAD: " << *LI); + DEBUG(cerr << "GVN REMOVING PRE LOAD: " << *LI); Value *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", false, LI->getAlignment(), -- cgit v1.2.3