Move & restructure test per review.
[oota-llvm.git] / test / CodeGen / X86 / memset.ll
index eeaaf51976e9059180fea79ac4bcad56404bf613..564174c18880d4fa7af13cffaf044dd0825487f1 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse | grep mov | count 9
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep mov | count 3
+; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 9
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 3
 
        %struct.x = type { i16, i16 }