mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Basic functionality testing.
llvm-svn: 11312
This commit is contained in:
parent
ca52c22356
commit
cc975735af
12
test/Regression/Transforms/BlockPlacement/basictest.ll
Normal file
12
test/Regression/Transforms/BlockPlacement/basictest.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | opt -block-placement -disable-output -print
|
||||
|
||||
int %test() {
|
||||
|
||||
br bool true, label %X, label %Y
|
||||
A:
|
||||
ret int 0
|
||||
X:
|
||||
br label %A
|
||||
Y:
|
||||
br label %A
|
||||
}
|
Loading…
Reference in New Issue
Block a user