diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips')
| -rw-r--r-- | llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll b/llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll index 421f8ff2dba..982284b64f6 100644 --- a/llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll +++ b/llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=mipsel -mcpu=mips32 -fast-isel -disable-fp-elim -relocation-model=pic < %s +; RUN: llc < %s -march=mipsel -mcpu=mips32 -fast-isel -frame-pointer=all -relocation-model=pic < %s ; Test that negative array access don't crash constant synthesis when fast isel ; generates negative offsets. |

