diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/alloca.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/alloca.ll b/llvm/test/CodeGen/ARM/alloca.ll index 82b6b11ea4b..efa0ae347dd 100644 --- a/llvm/test/CodeGen/ARM/alloca.ll +++ b/llvm/test/CodeGen/ARM/alloca.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mtriple=arm-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=arm-linux-gnu | FileCheck %s define void @f(i32 %a) { entry: |