From 2912bae0a737a88ebc466e61a5b3da27bc5084bc Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 14 May 2011 18:01:38 +0000 Subject: [PATCH] Ooops, another debugging line left in which caused a pass not to run... --- opts/ClassLookupCache.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opts/ClassLookupCache.cpp b/opts/ClassLookupCache.cpp index fe9348e..cfb5b79 100644 --- a/opts/ClassLookupCache.cpp +++ b/opts/ClassLookupCache.cpp @@ -43,7 +43,6 @@ namespace bool runOnFunction(Function &F) { bool modified = false; - return false; SmallVector Lookups; for (Function::iterator i=F.begin(), end=F.end() ;