blob: 64bfcc63aad7c2cd18010c499a23ffe7709854eb [file]
; RUN: llc < %s -march=msp430
target triple = "msp430"
define void @foo() {
entry:
%0 = tail call ptr @llvm.stacksave()
tail call void @llvm.stackrestore(ptr %0)
ret void
}
declare ptr @llvm.stacksave()
declare void @llvm.stackrestore(ptr)