1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll

10 lines
209 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=arm-eabi %s -o /dev/null
; PR2589
define void @main({ i32 }*) {
entry:
%sret1 = alloca { i32 } ; <{ i32 }*> [#uses=1]
load { i32 }, { i32 }* %sret1 ; <{ i32 }>:1 [#uses=0]
ret void
}