Add explicit triples to avoid default behavior that varies by host.
authorDan Gohman <gohman@apple.com>
Mon, 27 Aug 2007 20:54:48 +0000 (20:54 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Aug 2007 20:54:48 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41510 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/memmove-0.ll
test/CodeGen/X86/memmove-1.ll
test/CodeGen/X86/memmove-2.ll
test/CodeGen/X86/memmove-3.ll

index 4632aaae72f823467c44a416a5ae512f0aad671d..a2b452dbdfc57464777ba170b64a3bbe2e8200e2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {call      memcpy}
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep {call   memcpy}
 
 declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)
 
index e19ba6f38bc33e27fd6b139eee38327f7d93c2e6..3b2debc247dd344fa89f0ba1f05f16e7a360c7ce 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {call      memmove}
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep {call   memmove}
 
 declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)
 
index bb5485ffd9a8dc3ab6b4ebf70500540e7a695ea1..37bbe0b54133f8fa9ce027e5c7ef9472a55da7c7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep call
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | not grep call
 
 declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)
 
index 5e07eade3767316799406169a6c7450d693c693d..2e692c7f60b790b652a2636837035d98c07a9202 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {call      memmove}
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep {call   memmove}
 
 declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)