diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll b/llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll index 5d52481dfdf..83e3f3f2427 100644 --- a/llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll +++ b/llvm/test/CodeGen/Mips/Fast-ISel/simplestore.ll @@ -1,5 +1,7 @@  ; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort -mcpu=mips32r2 \  ; RUN:     < %s | FileCheck %s +; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort -mcpu=mips32 \ +; RUN:     < %s | FileCheck %s  @abcd = external global i32  | 

