Add comment for testcase for 122206

llvm-svn: 122210
This commit is contained in:
Mon P Wang 2010-12-20 00:54:26 +00:00
parent 0cfe884874
commit 075a16b09e
1 changed files with 2 additions and 1 deletions

View File

@ -19,9 +19,10 @@ entry:
ret <8 x float> %add
}
; Test case for r122206
define void @test2(<4 x i64>* %ap, <4 x i64>* %bp) nounwind {
entry:
; CHECK: movdqa
%a = load <4 x i64> * %ap
%b = load <4 x i64> * %bp
%mulaa = mul <4 x i64> %a, %a