summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-29 01:11:33 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-29 01:11:33 +0000
commit6a8cac735a3becb6a363f63165ebd7b07e49499f (patch)
treee37aeefe9059de7b4f81f6db9d5b0be6fae04b9f
parent4b0a365beb2578e9476b454972d0b33a48398175 (diff)
downloadbcm5719-llvm-6a8cac735a3becb6a363f63165ebd7b07e49499f.tar.gz
bcm5719-llvm-6a8cac735a3becb6a363f63165ebd7b07e49499f.zip
And now something that compiles...
llvm-svn: 136445
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 2b556bc3797..d1cab604cb1 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -1839,7 +1839,7 @@ void SelectionDAGBuilder::visitLandingPad(const LandingPadInst &LP) {
Ops[1] = Chain;
SDValue Op2 = DAG.getNode(ISD::EHSELECTION, getCurDebugLoc(), VTs, Ops, 2);
Chain = Op2.getValue(1);
- Op2 = DAG.getSExtOrTrunc(Op2, getCurDebugLoc(), MVT::i32)
+ Op2 = DAG.getSExtOrTrunc(Op2, getCurDebugLoc(), MVT::i32);
Ops[0] = Op1;
Ops[1] = Op2;
OpenPOWER on IntegriCloud