diff options
Diffstat (limited to 'test/CodeGen/Mips/madd-msub.ll')
-rw-r--r-- | test/CodeGen/Mips/madd-msub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/madd-msub.ll b/test/CodeGen/Mips/madd-msub.ll index 4a205b1f3ffb..9dde98d51b1c 100644 --- a/test/CodeGen/Mips/madd-msub.ll +++ b/test/CodeGen/Mips/madd-msub.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s +; RUN: llc -march=mips < %s | FileCheck %s ; CHECK: madd $5, $4 define i64 @madd1(i32 %a, i32 %b, i32 %c) nounwind readnone { |