brintos

brintos / llvm-project-archived public Read only

0
0
Text · 480 B · 3d944a4 Raw
15 lines · plain
1; RUN: llc < %s -mtriple=sparc2; PR 15573 4target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-f128:128:128"5module asm "\09.section\09.ctors,\22aw\22"6module asm "\09.section\09.dtors,\22aw\22"7 8define void @frame_dummy() nounwind {9entry:10	%asmtmp = tail call ptr (ptr) asm "", "=r,0"(ptr @_Jv_RegisterClasses) nounwind		; <void (i8*)*> [#uses=0]11	unreachable12}13 14declare void @_Jv_RegisterClasses(ptr)15