brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · 8037b3b Raw
16 lines · plain
1; RUN: llc < %s2; PR57033target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"4target triple = "msp430-unknown-linux-gnu"5 6define msp430_intrcc void @foo() nounwind #0 {7entry:8	%fa = call ptr @llvm.frameaddress(i32 0)9	store i8 0, ptr %fa10	ret void11}12 13declare ptr @llvm.frameaddress(i32)14 15attributes #0 = { noinline nounwind optnone "interrupt"="2" }16