ARM: fixup more tests to specify the target more explicitly
[oota-llvm.git] / test / CodeGen / ARM / stack-frame.ll
1 ; RUN: llc -mtriple=arm-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