diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/hello.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/hello.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/hello.ll b/llvm/test/CodeGen/ARM/hello.ll index 26410599493..bdeb41decc8 100644 --- a/llvm/test/CodeGen/ARM/hello.ll +++ b/llvm/test/CodeGen/ARM/hello.ll @@ -1,7 +1,7 @@ ; RUN: llc -mtriple=arm-eabi %s -o /dev/null ; RUN: llc -mtriple=armv6-linux-gnueabi %s -o - | FileCheck %s -; RUN: llc -mtriple=armv6-linux-gnu --disable-fp-elim %s -o - \ +; RUN: llc -mtriple=armv6-linux-gnu --frame-pointer=all %s -o - \ ; RUN: | FileCheck %s -check-prefix CHECK-FP-ELIM ; RUN: llc -mtriple=armv6-apple-ios %s -o - \ |

