blob: 48c568b22f8b177addfeae17bdef868cfa745426 [file] [log] [blame]
Dan Gohman4a4f1512007-07-18 20:23:34 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1
2
3define <2 x i64> @bar(<2 x i64>* %p)
4{
5 %t = load <2 x i64>* %p
6 ret <2 x i64> %t
7}