mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
llvm-reduce: Fix typo in status message
This commit is contained in:
parent
58e952431c
commit
b288dbc472
@ -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
Block a user