aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/2009-12-21-FrameAddr.ll')
-rw-r--r--test/CodeGen/MSP430/2009-12-21-FrameAddr.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll b/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
deleted file mode 100644
index c3d69c7c0db5..000000000000
--- a/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc < %s
-; PR5703
-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 {
-entry:
- %fa = call i8* @llvm.frameaddress(i32 0)
- store i8 0, i8* %fa
- ret void
-}
-
-declare i8* @llvm.frameaddress(i32)