diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll b/llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll index d9ce8b3964a..0aec8d506f7 100644 --- a/llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll +++ b/llvm/test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \ -; RUN: -fast-isel-verbose 2>&1 | FileCheck %s +; RUN: -pass-remarks-missed=isel 2>&1 | FileCheck %s ; CHECK: FastISel missed call: ; CHECK-SAME: %call = call fastcc i32 @foo(i32 signext %a, i32 signext %b) |

