diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/Fast-ISel/stackloadstore.ll')
| -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 f0974d580fe7..0541b8de7f47 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 -frame-pointer=all -relocation-model=pic < %s +; RUN: llc < %s -mtriple=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. |
