mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Testcase broken - Entry node of method cannot have predecessors!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
967a04442d
commit
8b309de132
@ -7,10 +7,12 @@ void "void"(int, int) ; Def %0, %1
|
||||
const int 0 ; Def 2
|
||||
const int -4 ; Def 3
|
||||
begin
|
||||
br label %1
|
||||
|
||||
add int %0, %1 ; Def 4
|
||||
sub int %4, %3 ; Def 5
|
||||
setle int %5, %2 ; Def 0 - bool plane
|
||||
br bool %0, label %1, label %0
|
||||
br bool %0, label %2, label %1
|
||||
|
||||
add int %0, %1 ; Def 6
|
||||
sub int %4, %3 ; Def 7
|
||||
|
Loading…
Reference in New Issue
Block a user