mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
Only test that uncond branch works
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9913f2cff
commit
6a353ed5da
@ -1,6 +1,6 @@
|
||||
; test unconditional branch
|
||||
int %main() {
|
||||
void %main() {
|
||||
br label %Test
|
||||
Test:
|
||||
ret int 0
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user