diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-30 00:56:36 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-30 00:56:36 +0000 |
commit | 8807147ada13b844ee4a7633c11ff40119f781a3 (patch) | |
tree | c53ea332c9512149dc1444b5dc1e33aca79eb063 /llvm/lib/CodeGen | |
parent | 1418ead22508e571ab77573386910591100df601 (diff) | |
download | bcm5719-llvm-8807147ada13b844ee4a7633c11ff40119f781a3.tar.gz bcm5719-llvm-8807147ada13b844ee4a7633c11ff40119f781a3.zip |
Remove an unused variable.
llvm-svn: 51721
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 3290311df2b..a6268e73400 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -1628,7 +1628,6 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) { // process, no libcalls can/will be inserted, guaranteeing that no calls // can overlap. assert(!IsLegalizingCall && "Inconsistent sequentialization of calls!"); - SDOperand InCallSEQ = LastCALLSEQ_END; // Note that we are selecting this call! LastCALLSEQ_END = SDOperand(CallEnd, 0); IsLegalizingCall = true; |