Testcase broken - Entry node of method cannot have predecessors!

llvm-svn: 1597
This commit is contained in:
Chris Lattner 2002-01-31 00:25:00 +00:00
parent 3fd9f78ddd
commit a10ce8584c
1 changed files with 3 additions and 1 deletions

View File

@ -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