1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Jello/test-branch.ll
Chris Lattner aedd7ddff2 Move test
llvm-svn: 4808
2002-11-21 17:20:32 +00:00

7 lines
77 B
LLVM

; test unconditional branch
void %main() {
br label %Test
Test:
ret void
}