summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-01-05 00:26:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-01-05 00:26:14 +0000
commit779dd947218aa7446a62daf827f25d1c0fd07008 (patch)
tree731e11785cf99e4d7f3c318b691c6fe3109f457b /llvm/lib/Target
parent95d46c17c0ba428cf2bc21cccea2eb5e19bd2869 (diff)
downloadbcm5719-llvm-779dd947218aa7446a62daf827f25d1c0fd07008.tar.gz
bcm5719-llvm-779dd947218aa7446a62daf827f25d1c0fd07008.zip
Remove some dead code.
llvm-svn: 25102
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp b/llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
index 8c7465f4ed6..6c93a26f24e 100644
--- a/llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
@@ -476,10 +476,6 @@ SparcV8TargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy,
InFlag = Chain.getValue(1);
}
- std::vector<MVT::ValueType> RetVals;
- RetVals.push_back(MVT::Other);
- RetVals.push_back(MVT::Flag);
-
// If the callee is a GlobalAddress node (quite common, every direct call is)
// turn it into a TargetGlobalAddress node so that legalize doesn't hack it.
if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
OpenPOWER on IntegriCloud