Fix errant fallthrough in the generation of the lifetime markers.
authorNadav Rotem <nrotem@apple.com>
Fri, 1 Feb 2013 19:25:23 +0000 (19:25 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 1 Feb 2013 19:25:23 +0000 (19:25 +0000)
Found by Alexander Kornienko.

llvm-svn: 174207

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 393a6be..9bd6ae6 100644 (file)
@@ -5170,6 +5170,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
       Res = DAG.getNode(Opcode, dl, MVT::Other, Ops, 2);
       DAG.setRoot(Res);
     }
+    return 0;
   }
   case Intrinsic::invariant_start:
     // Discard region information.