forked from OSchip/llvm-project
llvm-reduce: Fix typo in status message
This commit is contained in:
parent
ce16b6835b
commit
952f43cb43
|
@ -61,7 +61,7 @@ static unsigned countInstructions(Module *Program) {
|
|||
}
|
||||
|
||||
void llvm::reduceInstructionsDeltaPass(TestRunner &Test) {
|
||||
outs() << "*** Reducing Insructions...\n";
|
||||
outs() << "*** Reducing Instructions...\n";
|
||||
unsigned InstCount = countInstructions(Test.getProgram());
|
||||
runDeltaPass(Test, InstCount, extractInstrFromModule);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue