diff options
author | Andrew Trick <atrick@apple.com> | 2012-02-08 21:22:43 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-02-08 21:22:43 +0000 |
commit | 9e761997d88955df346e9f0b574578ad48891808 (patch) | |
tree | 1af1975b385c4da19d308c32a481d5314d2f68db /llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | |
parent | dd37d52f950d47d5e303b5922af0b3e8496f41e9 (diff) | |
download | bcm5719-llvm-9e761997d88955df346e9f0b574578ad48891808.tar.gz bcm5719-llvm-9e761997d88955df346e9f0b574578ad48891808.zip |
whitespace
llvm-svn: 150094
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 020b64d883c..2627972f79b 100644 --- a/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp +++ b/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp @@ -28,7 +28,7 @@ STATISTIC(NumDeletes, "Number of dead instructions deleted"); namespace { class DeadMachineInstructionElim : public MachineFunctionPass { virtual bool runOnMachineFunction(MachineFunction &MF); - + const TargetRegisterInfo *TRI; const MachineRegisterInfo *MRI; const TargetInstrInfo *TII; |