From 8a0336a44bff2fcabc2de07cf482707c9508012f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 1 Aug 2009 04:18:29 +0000 Subject: [PATCH] Delete a redundant variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77774 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index bd26478d59c..622aa7c105b 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(); - TargetMachine &TM = TLI.getTargetMachine(); MF = &mf; const TargetInstrInfo &TII = *TM.getInstrInfo(); const TargetRegisterInfo &TRI = *TM.getRegisterInfo(); -- 2.34.1