Inline asm mult-alt constraint tests.
[oota-llvm.git] / test / CodeGen / X86 / memset.ll
index eeaaf51976e9059180fea79ac4bcad56404bf613..cf7464d03bf26eab8858d4d12a47b23158386d7c 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: llc < %s -march=x86 -mattr=-sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 9
+; RUN: llc < %s -march=x86 -mattr=+sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 3
 
        %struct.x = type { i16, i16 }