brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · bab305a Raw
14 lines · plain
1; RUN: llc < %s -mtriple=i386-pc-linux-gnu | FileCheck %s2; pr76103 4define ghccc void @t(ptr %Base_Arg, ptr %Sp_Arg, ptr %Hp_Arg, i32 %R1_Arg) nounwind {5cm1:6; CHECK-LABEL: t:7; CHECK: jmpl *%eax8  %nm3 = getelementptr i32, ptr %Sp_Arg, i32 19  %nm9 = load i32, ptr %Sp_Arg10  %nma = inttoptr i32 %nm9 to ptr11  tail call ghccc void %nma(ptr %Base_Arg, ptr %nm3, ptr %Hp_Arg, i32 %R1_Arg) nounwind12  ret void13}14