Don't add a default STACK_ALIGN (use the generic ABI alignment)
[oota-llvm.git] / test / CodeGen / X86 / byval2.ll
index 04d34839c0e76695b8517d5111f58a17001ef270..d017aa5fa33bc1d0079d7e6f089dccbcaf857478 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86-64 | grep rep.movsl | count 2
+; RUN: llvm-as < %s | llc -march=x86    | grep rep.movsl | count 2
 
 %struct.s = type { i64, i64, i64 }