From: Bill Wendling Date: Mon, 19 Sep 2011 22:16:15 +0000 (+0000) Subject: Replace uses of unwind with unreachable for the same effect. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=463158fdb89001d398520cfc1cbb5f1384623dd8;p=oota-llvm.git Replace uses of unwind with unreachable for the same effect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/TailCallElim/reorder_load.ll b/test/Transforms/TailCallElim/reorder_load.ll index 7f8af7ea147..7f5c36e4a20 100644 --- a/test/Transforms/TailCallElim/reorder_load.ll +++ b/test/Transforms/TailCallElim/reorder_load.ll @@ -43,7 +43,7 @@ else: ; preds = %entry br i1 %nullcheck, label %unwind, label %recurse unwind: ; preds = %else - unwind + unreachable recurse: ; preds = %else %tmp7 = add i32 %start_arg, 1 ; [#uses=1] @@ -89,7 +89,7 @@ else: ; preds = %entry br i1 %nullcheck, label %unwind, label %recurse unwind: ; preds = %else - unwind + unreachable recurse: ; preds = %else %tmp7 = add i32 %start_arg, 1 ; [#uses=1]