blob: d1762e0e2d82f2f6aabad1b7461847596313f3a2 [file] [log] [blame]
Dan Gohman9bc5dce2007-07-20 16:31:26 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | wc -l | grep 1
Dan Gohman4106f372007-07-18 20:23:34 +00002
3define void @bar(<2 x i64>* %p, <2 x i64> %x)
4{
5 store <2 x i64> %x, <2 x i64>* %p
6 ret void
7}