mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 11:55:12 +00:00
Infinite loops, are, well, not good
llvm-svn: 4987
This commit is contained in:
parent
62454d83f0
commit
c2871e6cfb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user