diff options
Diffstat (limited to 'test/CodeGen/X86/pmulld.ll')
-rw-r--r-- | test/CodeGen/X86/pmulld.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pmulld.ll b/test/CodeGen/X86/pmulld.ll index 3db0f73..3fe3ebc 100644 --- a/test/CodeGen/X86/pmulld.ll +++ b/test/CodeGen/X86/pmulld.ll @@ -20,7 +20,7 @@ define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind { ; WIN64-NEXT: movdqa (%rcx), %xmm0 ; WIN64-NEXT: pmulld (%rdx), %xmm0 - %B = load <4 x i32>* %Bp + %B = load <4 x i32>, <4 x i32>* %Bp %C = mul <4 x i32> %A, %B ret <4 x i32> %C } |