[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / MSP430 / 2009-12-21-FrameAddr.ll
blobbe82e98dffe37028d97e610e4bbd6e9dfa297cb0
1 ; RUN: llc < %s
2 ; PR5703
3 target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
4 target triple = "msp430-unknown-linux-gnu"
6 define msp430_intrcc void @foo() nounwind #0 {
7 entry:
8         %fa = call i8* @llvm.frameaddress(i32 0)
9         store i8 0, i8* %fa
10         ret void
13 declare i8* @llvm.frameaddress(i32)
15 attributes #0 = { noinline nounwind optnone "interrupt"="2" }