diff options
author | Owen Anderson <resistor@mac.com> | 2010-10-07 22:25:06 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-10-07 22:25:06 +0000 |
commit | df7a4f2515ce59b487c24e8bb8ea98c10b3edabf (patch) | |
tree | 001747798d8e0272b6b5fabbde9790e8db3741af /llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | |
parent | 28ae29420a66397cebbfdb0f226c7bba190beca3 (diff) | |
download | bcm5719-llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.tar.gz bcm5719-llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.zip |
Now with fewer extraneous semicolons!
llvm-svn: 115996
Diffstat (limited to 'llvm/lib/CodeGen/DeadMachineInstructionElim.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp b/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp index 318d922adeb..b4f784d87e7 100644 --- a/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp +++ b/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp @@ -45,7 +45,7 @@ namespace { char DeadMachineInstructionElim::ID = 0; INITIALIZE_PASS(DeadMachineInstructionElim, "dead-mi-elimination", - "Remove dead machine instructions", false, false); + "Remove dead machine instructions", false, false) FunctionPass *llvm::createDeadMachineInstructionElimPass() { return new DeadMachineInstructionElim(); |