Replace uses of unwind with unreachable for the same effect.

llvm-svn: 140077
This commit is contained in:
Bill Wendling 2011-09-19 22:16:15 +00:00
parent e7b02b8170
commit 8bf0eab34d
1 changed files with 2 additions and 2 deletions

View File

@ -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 ; <i32> [#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 ; <i32> [#uses=1]