simplify-libcalls: Removed unused variable
authorMeador Inge <meadori@codesourcery.com>
Thu, 21 Mar 2013 02:44:07 +0000 (02:44 +0000)
committerMeador Inge <meadori@codesourcery.com>
Thu, 21 Mar 2013 02:44:07 +0000 (02:44 +0000)
The 'Modified' variable should have been removed from SimplifyLibCalls
in r177619, but was missed.  This commit removes it.

llvm-svn: 177622

llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp

index cbef92b..3514e6c 100644 (file)
@@ -89,8 +89,6 @@ namespace {
     TargetLibraryInfo *TLI;
 
     StringMap<LibCallOptimization*> Optimizations;
-
-    bool Modified;  // This is only used by doInitialization.
   public:
     static char ID; // Pass identification
     SimplifyLibCalls() : FunctionPass(ID) {