Rename MachineVerifier pass to avoid command line collision.

llvm-svn: 71987
This commit is contained in:
Jakob Stoklund Olesen 2009-05-17 19:37:14 +00:00
parent c5161d4b83
commit 1c3da3a94b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace {
char MachineVerifier::ID = 0;
static RegisterPass<MachineVerifier>
MachineVer("verify-machineinstrs", "Verify generated machine code");
MachineVer("machineverifier", "Verify generated machine code");
static const PassInfo *const MachineVerifyID = &MachineVer;
FunctionPass *