diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fold-vex.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fold-vex.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-vex.ll b/llvm/test/CodeGen/X86/fold-vex.ll index 5a8b1d8cbfd..006db6effdf 100644 --- a/llvm/test/CodeGen/X86/fold-vex.ll +++ b/llvm/test/CodeGen/X86/fold-vex.ll @@ -14,7 +14,7 @@ ; unless specially configured on some CPUs such as AMD Family 10H. define <4 x i32> @test1(<4 x i32>* %p0, <4 x i32> %in1) nounwind { - %in0 = load <4 x i32>* %p0, align 2 + %in0 = load <4 x i32>, <4 x i32>* %p0, align 2 %a = and <4 x i32> %in0, %in1 ret <4 x i32> %a |

