From 5a5ac124e1efaf208671f01c46edb15f29ed2a0b Mon Sep 17 00:00:00 2001 From: Dimitry Andric <dim@FreeBSD.org> Date: Wed, 27 May 2015 18:44:32 +0000 Subject: Vendor import of llvm trunk r238337: https://llvm.org/svn/llvm-project/llvm/trunk@238337 --- test/CodeGen/AArch64/neon-fpround_f128.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/AArch64/neon-fpround_f128.ll') diff --git a/test/CodeGen/AArch64/neon-fpround_f128.ll b/test/CodeGen/AArch64/neon-fpround_f128.ll index a93f3f2723c3..265664ee9442 100644 --- a/test/CodeGen/AArch64/neon-fpround_f128.ll +++ b/test/CodeGen/AArch64/neon-fpround_f128.ll @@ -3,7 +3,7 @@ define <1 x double> @test_fpround_v1f128(<1 x fp128>* %a) { ; CHECK-LABEL: test_fpround_v1f128: ; CHECK: bl __trunctfdf2 - %b = load <1 x fp128>* %a + %b = load <1 x fp128>, <1 x fp128>* %a %c = fptrunc <1 x fp128> %b to <1 x double> ret <1 x double> %c } @@ -12,7 +12,7 @@ define <2 x double> @test_fpround_v2f128(<2 x fp128>* %a) { ; CHECK-LABEL: test_fpround_v2f128: ; CHECK: bl __trunctfdf2 ; CHECK: bl __trunctfdf2 - %b = load <2 x fp128>* %a + %b = load <2 x fp128>, <2 x fp128>* %a %c = fptrunc <2 x fp128> %b to <2 x double> ret <2 x double> %c } -- cgit v1.2.3