Do not run on darwin.
authorTanya Lattner <tonic@nondot.org>
Thu, 30 Aug 2007 16:07:20 +0000 (16:07 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 30 Aug 2007 16:07:20 +0000 (16:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41608 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2004-02-12-Memcpy.llx

index 56b8d3ba4625db137b0638923959f4c4bc08c3b6..151c5a5e849a11685b3f01f2baee6c3e735bb165 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep movs | count 1
-; RUN: llvm-as < %s | llc -march=x86 | grep memcpy | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep memcpy | count 2
 
 @A = global [32 x i32] zeroinitializer
 @B = global [32 x i32] zeroinitializer