new testcase that crashes opt

llvm-svn: 8536
This commit is contained in:
Chris Lattner 2003-09-15 15:29:11 +00:00
parent 7cae89ec44
commit 0fead45c59
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
; RUN: llvm-as < %s | opt -adce -disable-output
int %main() {
br label %loop
loop:
br label %loop
}