Infinite loops, are, well, not good

llvm-svn: 4987
This commit is contained in:
Chris Lattner 2002-12-13 05:28:50 +00:00
parent e791322602
commit 0a6e0562a3
1 changed files with 1 additions and 1 deletions

View File

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