diff options
| author | Dan Gohman <gohman@apple.com> | 2009-08-01 04:18:29 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-08-01 04:18:29 +0000 |
| commit | 859103d8e7eff56734be798271d9da8d0c732dbb (patch) | |
| tree | e155dc452fdfb93ce79c452d111eb9c126fb45ea /llvm/lib/CodeGen | |
| parent | dc4a0f742769598dd7611d57b20a83b33369ef24 (diff) | |
| download | bcm5719-llvm-859103d8e7eff56734be798271d9da8d0c732dbb.tar.gz bcm5719-llvm-859103d8e7eff56734be798271d9da8d0c732dbb.zip | |
Delete a redundant variable.
llvm-svn: 77774
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index bd26478d59c..622aa7c105b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -309,7 +309,6 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) { // Get alias analysis for load/store combining. AA = &getAnalysis<AliasAnalysis>(); - TargetMachine &TM = TLI.getTargetMachine(); MF = &mf; const TargetInstrInfo &TII = *TM.getInstrInfo(); const TargetRegisterInfo &TRI = *TM.getRegisterInfo(); |

