diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-03-13 18:21:20 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-03-13 18:21:20 +0000 |
| commit | 4a54fae8cb008ea6f5e562e9561b54cf2c9e498c (patch) | |
| tree | c40e38905dabb14a8deb4abd83c514069d01d3f5 /polly/test/Isl/CodeGen/20100720-MultipleConditions.ll | |
| parent | 81e96f8192fd84a3d98306c27a57be820f72b181 (diff) | |
| download | bcm5719-llvm-4a54fae8cb008ea6f5e562e9561b54cf2c9e498c.tar.gz bcm5719-llvm-4a54fae8cb008ea6f5e562e9561b54cf2c9e498c.zip | |
Test case updates for explicit type parameter to the gep operator
llvm-svn: 232186
Diffstat (limited to 'polly/test/Isl/CodeGen/20100720-MultipleConditions.ll')
| -rw-r--r-- | polly/test/Isl/CodeGen/20100720-MultipleConditions.ll | 2 |
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 } |

