From 4c5e43da7792f75567b693105cc53e3f1992ad98 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 8 Apr 2015 08:55:49 -0700 Subject: Update aosp/master llvm for rebase to r233350 Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49 --- test/Transforms/Inline/alloca-in-scc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/Inline/alloca-in-scc.ll') diff --git a/test/Transforms/Inline/alloca-in-scc.ll b/test/Transforms/Inline/alloca-in-scc.ll index d539255..92649a6 100644 --- a/test/Transforms/Inline/alloca-in-scc.ll +++ b/test/Transforms/Inline/alloca-in-scc.ll @@ -12,7 +12,7 @@ entry: define internal fastcc void @a() nounwind ssp { entry: %al = alloca [3 x i32], align 4 - %0 = getelementptr inbounds [3 x i32]* %al, i32 0, i32 2 + %0 = getelementptr inbounds [3 x i32], [3 x i32]* %al, i32 0, i32 2 call fastcc void @c() nounwind unreachable -- cgit v1.1