simplify-libcalls: Removed unused variable

The 'Modified' variable should have been removed from SimplifyLibCalls
in r177619, but was missed.  This commit removes it.

llvm-svn: 177622
This commit is contained in:
Meador Inge 2013-03-21 02:44:07 +00:00
parent 0339a64a40
commit cf691565ed
1 changed files with 0 additions and 2 deletions

View 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) {