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() ;