mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +00:00
new testcase that crashes opt
llvm-svn: 8536
This commit is contained in:
parent
ac363f45dc
commit
3178b8abbc
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | opt -adce -disable-output
|
||||
|
||||
int %main() {
|
||||
br label %loop
|
||||
|
||||
loop:
|
||||
br label %loop
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user