diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll b/llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll index 28c5eccce00..9988622db54 100644 --- a/llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll +++ b/llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll @@ -1,9 +1,9 @@ ; RUN: llc -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ -; RUN: FileCheck %s -check-prefix=ALL -check-prefix=32R1 +; RUN: FileCheck %s -check-prefixes=ALL,32R1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ ; RUN: -fast-isel-abort=1 -verify-machineinstrs < %s | \ -; RUN: FileCheck %s -check-prefix=ALL -check-prefix=32R2 +; RUN: FileCheck %s -check-prefixes=ALL,32R2 declare void @xb(i8) |

