summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-07-29 19:14:17 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-07-29 19:14:17 +0000
commit21d75078b58f34a0aa651c5ce9de0ed2c65bec7e (patch)
treeadd8c4eab7d38c8d08787270faa71e3b9329af35 /llvm/lib/CodeGen/SelectionDAG
parent487375e9a2c9bd64869aab778ef26770ed4bef67 (diff)
downloadbcm5719-llvm-21d75078b58f34a0aa651c5ce9de0ed2c65bec7e.tar.gz
bcm5719-llvm-21d75078b58f34a0aa651c5ce9de0ed2c65bec7e.zip
Remove now unused Context variables.
llvm-svn: 77495
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index e3709a5aae5..e4b71b1a404 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -337,7 +337,6 @@ static SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP,
SelectionDAG &DAG, const TargetLowering &TLI) {
bool Extend = false;
DebugLoc dl = CFP->getDebugLoc();
- LLVMContext *Context = DAG.getContext();
// If a FP immediate is precise when represented as a float and if the
// target can do an extending load from float to double, we put it into
OpenPOWER on IntegriCloud