1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-03 13:31:05 +00:00
llvm-6502/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll

11 lines
145 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=x86
; rdar://7983260
%struct.T0 = type {}
define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
entry:
ret void
}