brintos

brintos / llvm-project-archived public Read only

0
0
Text · 251 B · 38701f1 Raw
14 lines · plain
1; RUN: llc < %s -mtriple=msp4302 3target triple = "msp430"4 5define void @foo() {6entry:7  %0 = tail call ptr @llvm.stacksave()8  tail call void @llvm.stackrestore(ptr %0)9  ret void10}11 12declare ptr @llvm.stacksave()13declare void @llvm.stackrestore(ptr)14