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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174207 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 393a6befa3c9f4e877002421566930e4ed3d5ff7..9bd6ae61dc44272db030b955b88a9f46111f8d02 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.