brintos

brintos / llvm-project-archived public Read only

0
0
Text · 872 B · 69689f0 Raw
23 lines · plain
1; RUN: llc < %s -mcpu=atom -mtriple=x86_64-linux2 3%struct.ValueWrapper = type { double }4%struct.ValueWrapper.6 = type { %struct.ValueWrapper.7 }5%struct.ValueWrapper.7 = type { %struct.ValueWrapper.8 }6%struct.ValueWrapper.8 = type { %struct.ValueWrapper }7 8; Function Attrs: uwtable9define linkonce_odr void @_ZN12ValueWrapperIS_IS_IS_IdEEEEC2Ev(ptr %this) unnamed_addr #0 align 2 {10entry:11  %this.addr = alloca ptr, align 812  store ptr %this, ptr %this.addr, align 813  %this1 = load ptr, ptr %this.addr14  call void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(ptr %this1)15  ret void16}17 18; Function Attrs: uwtable19declare void @_ZN12ValueWrapperIS_IS_IdEEEC2Ev(ptr) unnamed_addr #0 align 220 21attributes #0 = { uwtable "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "use-soft-float"="false" }22 23