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/CodeGen/PowerPC/stwux.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/PowerPC/stwux.ll') diff --git a/test/CodeGen/PowerPC/stwux.ll b/test/CodeGen/PowerPC/stwux.ll index 737e9d9..2ed630d 100644 --- a/test/CodeGen/PowerPC/stwux.ll +++ b/test/CodeGen/PowerPC/stwux.ll @@ -27,7 +27,7 @@ while.end: ; preds = %if.end12 if.end15: ; preds = %while.end %idxprom.i.i230 = sext i32 %i.1 to i64 - %arrayidx18 = getelementptr inbounds [100 x i32]* @multvec_i, i64 0, i64 %idxprom.i.i230 + %arrayidx18 = getelementptr inbounds [100 x i32], [100 x i32]* @multvec_i, i64 0, i64 %idxprom.i.i230 store i32 0, i32* %arrayidx18, align 4 br i1 undef, label %while.body21, label %while.end90 -- cgit v1.1