summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-15 06:17:04 +0000
committerChris Lattner <sabre@nondot.org>2005-01-15 06:17:04 +0000
commit1001c6e2cd5167a68e4a4ed95cce69637c8a301a (patch)
treeb77ce287c0f751a9c653d85118030d956ed01eca /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent9de5890211d3fc9271bf2b9db45bf8f4d2fb28d8 (diff)
downloadbcm5719-llvm-1001c6e2cd5167a68e4a4ed95cce69637c8a301a.tar.gz
bcm5719-llvm-1001c6e2cd5167a68e4a4ed95cce69637c8a301a.zip
Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators.
llvm-svn: 19568
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 2d264c0ed2f..3250760acad 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -570,7 +570,6 @@ void SelectionDAGLowering::visitStore(StoreInst &I) {
SDOperand Src = getValue(SrcV);
SDOperand Ptr = getValue(I.getOperand(1));
DAG.setRoot(DAG.getNode(ISD::STORE, MVT::Other, DAG.getRoot(), Src, Ptr));
- return;
}
void SelectionDAGLowering::visitCall(CallInst &I) {
OpenPOWER on IntegriCloud