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 | 8a0336a44bff2fcabc2de07cf482707c9508012f (patch) | |
tree | a48c1ac6f4b91f098da67b7e6919a5ea9d8ed4bd /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | f7d6cd46e920776bb33913b2498347cf99358dc4 (diff) |
Delete a redundant variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index bd26478d59..622aa7c105 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/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(); |