[mips] Fix more incorrect uses of HasMips64 and isMips64()
[oota-llvm.git] / test / CodeGen / Mips / cmov.ll
index f2009fa5afb9d176aaa2048a1dfbfe08744cc95c..b19a098a46091b04d2690be674a744cdde23dd3c 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: llc -march=mips < %s | FileCheck %s -check-prefix=O32
 ; RUN: llc -march=mips -regalloc=basic < %s | FileCheck %s -check-prefix=O32
 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=N64
+; RUN: llc -march=mips64el -mcpu=mips4 -mattr=n64 < %s | FileCheck %s -check-prefix=N64
 
 @i1 = global [3 x i32] [i32 1, i32 2, i32 3], align 4
 @i3 = common global i32* null, align 4
@@ -238,4 +239,4 @@ define i32 @slti6(i32 %a) nounwind readnone {
 ; O32-DAG: xori [[R1]], [[R1]], 1
 ; O32-DAG: addiu [[R2:\$[0-9]+]], [[R1]], 3
 ; O32-NOT: movn
-; O32:.size slti6
\ No newline at end of file
+; O32:.size slti6