Optimize DAGCombiner's worklist processing. Previously it started
[oota-llvm.git] / test / CodeGen / X86 / memmove-0.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)