diff options
Diffstat (limited to 'test/CodeGen/ARM/stack-frame.ll')
| -rw-r--r-- | test/CodeGen/ARM/stack-frame.ll | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/ARM/stack-frame.ll b/test/CodeGen/ARM/stack-frame.ll deleted file mode 100644 index a3b0b66b1340..000000000000 --- a/test/CodeGen/ARM/stack-frame.ll +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: llc -mtriple=arm-eabi < %s -o - | FileCheck %s - -define void @f1() { - %c = alloca i8, align 1 - ret void -} -; CHECK-LABEL: f1: -; CHECK: add - -define i32 @f2() { - ret i32 1 -} -; CHECK-LABEL: f2: -; CHECK-NOT: add |
