projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d6cd4
)
Delete a redundant variable.
author
Dan Gohman
<gohman@apple.com>
Sat, 1 Aug 2009 04:18:29 +0000
(
04:18
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 1 Aug 2009 04:18:29 +0000
(
04:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77774
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index bd26478d59c226b5b6d87fd86037a6f978e95edf..622aa7c105b934d2636c47e0ff9370ded4416aad 100644
(file)
--- 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();