From f8af5cf600354830d4ccf59732403f0f073eccb9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 22 Dec 2013 00:04:03 +0000 Subject: Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): https://llvm.org/svn/llvm-project/llvm/branches/release_34@197841 --- test/Transforms/ScalarRepl/inline-vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/ScalarRepl/inline-vector.ll') diff --git a/test/Transforms/ScalarRepl/inline-vector.ll b/test/Transforms/ScalarRepl/inline-vector.ll index 2f51cc7cf59c0..f7c70dcd5575f 100644 --- a/test/Transforms/ScalarRepl/inline-vector.ll +++ b/test/Transforms/ScalarRepl/inline-vector.ll @@ -6,7 +6,7 @@ target triple = "thumbv7-apple-darwin10.0.0" %struct.Vector4 = type { float, float, float, float } @f.vector = internal constant %struct.Vector4 { float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 }, align 16 -; CHECK: define void @f +; CHECK-LABEL: define void @f( ; CHECK-NOT: alloca ; CHECK: phi <4 x float> -- cgit v1.2.3