Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / Thumb / stack-frame.ll
1 ; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s
2
3 define void @f1() {
4         %c = alloca i8, align 1
5         ret void
6 }
7
8 define i32 @f2() {
9         ret i32 1
10 }
11
12 ; CHECK: add
13 ; CHECK-NOT: add
14