diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 18:44:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 18:44:22 +0000 |
| commit | 3edec5c15a78e4abba7eb9102fef3891c84ebdfb (patch) | |
| tree | 839edc42f4a62f9496ceb5a140889d0c3da25ae8 /test/CodeGen/MSP430/2009-12-21-FrameAddr.ll | |
| parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/MSP430/2009-12-21-FrameAddr.ll')
| -rw-r--r-- | test/CodeGen/MSP430/2009-12-21-FrameAddr.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll b/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll index c3d69c7c0db5..be82e98dffe3 100644 --- a/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll +++ b/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll @@ -3,7 +3,7 @@ target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8" target triple = "msp430-unknown-linux-gnu" -define msp430_intrcc void @foo() nounwind { +define msp430_intrcc void @foo() nounwind #0 { entry: %fa = call i8* @llvm.frameaddress(i32 0) store i8 0, i8* %fa @@ -11,3 +11,5 @@ entry: } declare i8* @llvm.frameaddress(i32) + +attributes #0 = { noinline nounwind optnone "interrupt"="2" } |
