diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-07-29 19:14:17 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-07-29 19:14:17 +0000 |
commit | 5666e684f4a22393526786ce6cd8c354b0a30ced (patch) | |
tree | 07aa57e41f52dc1c1feb4ae7e906e22f91c3cd49 /lib/CodeGen | |
parent | 02b48c3be2112c64d8fc9cf5419c9c8d4ec30b71 (diff) | |
download | external_llvm-5666e684f4a22393526786ce6cd8c354b0a30ced.zip external_llvm-5666e684f4a22393526786ce6cd8c354b0a30ced.tar.gz external_llvm-5666e684f4a22393526786ce6cd8c354b0a30ced.tar.bz2 |
Remove now unused Context variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index e3709a5..e4b71b1 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/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 |