mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
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
This commit is contained in:
parent
803c9d33be
commit
463158fdb8
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user