diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/inline-asm-clobber.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/inline-asm-clobber.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/inline-asm-clobber.ll b/llvm/test/CodeGen/ARM/inline-asm-clobber.ll index 458949a5c94..cb2069c20bf 100644 --- a/llvm/test/CodeGen/ARM/inline-asm-clobber.ll +++ b/llvm/test/CodeGen/ARM/inline-asm-clobber.ll @@ -3,7 +3,7 @@ ; RUN: llc <%s -mtriple=arm-none-eabi -relocation-model=rwpi 2>&1 \ ; RUN: | FileCheck %s -check-prefix=RWPI -; RUN: llc <%s -mtriple=arm-none-eabi --disable-fp-elim 2>&1 \ +; RUN: llc <%s -mtriple=arm-none-eabi --frame-pointer=all 2>&1 \ ; RUN: | FileCheck %s -check-prefix=NO_FP_ELIM ; CHECK: warning: inline asm clobber list contains reserved registers: SP, PC |