diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/macho-frame-offset.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/macho-frame-offset.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/macho-frame-offset.ll b/llvm/test/CodeGen/ARM/macho-frame-offset.ll index f3dacf66b6c..b61a7d706f0 100644 --- a/llvm/test/CodeGen/ARM/macho-frame-offset.ll +++ b/llvm/test/CodeGen/ARM/macho-frame-offset.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple thumbv7m-apple-macho -disable-fp-elim -o - %s | FileCheck %s +; RUN: llc -mtriple thumbv7m-apple-macho -frame-pointer=all -o - %s | FileCheck %s define void @func() { ; CHECK-LABEL: func: |