Make testcase more interesting

llvm-svn: 4820
This commit is contained in:
Chris Lattner 2002-11-21 23:30:08 +00:00
parent e5330c4adf
commit d2b1b2c8ac
1 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,8 @@
void %main() { void %main() {
br label %Test br label %Test
Test: Test:
%X = seteq int 0, 4
br bool %X, label %Test, label %Label
Label:
ret void ret void
} }