diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/fpcmp.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/fpcmp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/fpcmp.ll b/llvm/test/CodeGen/Mips/fpcmp.ll index 51d55f0a7c4..c89ffe67f1b 100644 --- a/llvm/test/CodeGen/Mips/fpcmp.ll +++ b/llvm/test/CodeGen/Mips/fpcmp.ll @@ -10,9 +10,9 @@ entry: ; CHECK-MIPS32R2: c.olt.s ; CHECK-MIPS32R2: movt ; CHECK-MIPS1: c.olt.s -; CHECK-MIPS1: bc1f +; CHECK-MIPS1: bc1t ; CHECK-MIPS1: c.olt.s -; CHECK-MIPS1: bc1f +; CHECK-MIPS1: bc1t %cmp = fcmp olt float %f0, %f1 %conv = zext i1 %cmp to i32 %tmp2 = load i32* @g1, align 4 |