summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/20100720-MultipleConditions.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/20100720-MultipleConditions.ll')
-rw-r--r--polly/test/Isl/CodeGen/20100720-MultipleConditions.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/20100720-MultipleConditions.ll b/polly/test/Isl/CodeGen/20100720-MultipleConditions.ll
index 787fd0b3abc..8013dd42ee2 100644
--- a/polly/test/Isl/CodeGen/20100720-MultipleConditions.ll
+++ b/polly/test/Isl/CodeGen/20100720-MultipleConditions.ll
@@ -76,7 +76,7 @@ define i32 @main() nounwind {
; <label>:13 ; preds = %1
fence seq_cst
%14 = sext i32 undef to i64 ; <i64> [#uses=1]
- %15 = getelementptr inbounds i32, i32* getelementptr inbounds ([100 x i32]* @A, i32 0, i32 0), i64 %14 ; <i32*> [#uses=1]
+ %15 = getelementptr inbounds i32, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @A, i32 0, i32 0), i64 %14 ; <i32*> [#uses=1]
%16 = load i32, i32* %15 ; <i32> [#uses=1]
ret i32 %16
}
OpenPOWER on IntegriCloud