[mips][msa] Build all the tests in little and big endian modes and correct an incorre...
[oota-llvm.git] / test / CodeGen / Mips / msa / bitcast.ll
index 12edf8302421b5d7d6303af9aaf1d9ddcb8746df..8e880ecd9afbcf663250fa95c7ea16c1b2074470 100644 (file)
@@ -1,7 +1,7 @@
 ; Test the bitcast operation for big-endian and little-endian.
 
-; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=LITENDIAN %s
 ; RUN: llc -march=mips -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=BIGENDIAN %s
+; RUN: llc -march=mipsel -mattr=+msa,+fp64 < %s | FileCheck -check-prefix=LITENDIAN %s
 
 define void @v16i8_to_v16i8(<16 x i8>* %src, <16 x i8>* %dst) nounwind {
 entry: