diff options
Diffstat (limited to 'test/CodeGen/X86/avx-varargs-x86_64.ll')
-rw-r--r-- | test/CodeGen/X86/avx-varargs-x86_64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-varargs-x86_64.ll b/test/CodeGen/X86/avx-varargs-x86_64.ll index f73174d..f550733 100644 --- a/test/CodeGen/X86/avx-varargs-x86_64.ll +++ b/test/CodeGen/X86/avx-varargs-x86_64.ll @@ -9,7 +9,7 @@ declare i32 @f(i32, ...) ; CHECK: vmovaps %ymm0, (%rsp) define void @test1() nounwind uwtable ssp { entry: - %0 = load <8 x float>* @x, align 32 + %0 = load <8 x float>, <8 x float>* @x, align 32 %call = call i32 (i32, ...)* @f(i32 1, <8 x float> %0) ret void } |