mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-31 11:32:42 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd2836ac5f
commit
48f9e6276d
@ -0,0 +1,17 @@
|
||||
; RUN: as < %s | opt -cee
|
||||
;
|
||||
; This testcase causes an assertion error.
|
||||
;
|
||||
implementation ; Functions:
|
||||
|
||||
void %test(int %A) {
|
||||
br label %bb2
|
||||
bb2:
|
||||
ret void
|
||||
|
||||
bb3: ; No predecessors!
|
||||
br bool true, label %bb4, label %bb2
|
||||
|
||||
bb4:
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user