From 8bf0eab34d00f238567e977516f39bc7ef494307 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 19 Sep 2011 22:16:15 +0000 Subject: [PATCH] Replace uses of unwind with unreachable for the same effect. llvm-svn: 140077 --- llvm/test/Transforms/TailCallElim/reorder_load.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Transforms/TailCallElim/reorder_load.ll b/llvm/test/Transforms/TailCallElim/reorder_load.ll index 7f8af7ea1476..7f5c36e4a207 100644 --- a/llvm/test/Transforms/TailCallElim/reorder_load.ll +++ b/llvm/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]