Add support for byval function whose argument is not 32 bit aligned.
[oota-llvm.git] / test / CodeGen / X86 / byval3.ll
index f4942869687c06f2bb6fd7504b074b34937b3600..b3794eccb46834a129bba2518600d0c1fdd327a7 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 { i32, i32, i32, i32, i32, i32 }