1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test/Assembler/2007-02-07-BasicBlockRename.ll
Reid Spencer e1224638a2 New test cases for PR1187
llvm-svn: 34052
2007-02-08 09:10:22 +00:00

15 lines
236 B
LLVM

; PR1187
; RUN: llvm-upgrade < %s | llvm-as > /dev/null
implementation
int @main(int %argc, sbyte** %argv) {
entry:
%exit = alloca int, align 4 ; <i32*> [#uses=11]
store int 0, int* %exit
br label %exit
exit:
ret int 0
}