diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-27 21:22:50 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-27 21:22:50 +0000 |
commit | c94eca0546b537bbc771f8dc0ea894b74b388361 (patch) | |
tree | 103f3b2642f5dea2d724a2894a1fd97c65922967 /polly/test/Isl/CodeGen/test.ll | |
parent | a953f2825ba916302b1008fa071fff336ec67bf1 (diff) | |
download | bcm5719-llvm-c94eca0546b537bbc771f8dc0ea894b74b388361.tar.gz bcm5719-llvm-c94eca0546b537bbc771f8dc0ea894b74b388361.zip |
Update Polly tests to handle explicitly typed load changes in LLVM.
llvm-svn: 230796
Diffstat (limited to 'polly/test/Isl/CodeGen/test.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/test.ll b/polly/test/Isl/CodeGen/test.ll index 88ea779587f..a197a08b1bd 100644 --- a/polly/test/Isl/CodeGen/test.ll +++ b/polly/test/Isl/CodeGen/test.ll @@ -55,7 +55,7 @@ bb.nph.us: ; preds = %bb.nph31.split.us, for.end19: ; preds = %for.inc06.us %idxprom21 = sext i32 %z to i64 ; <i64> [#uses=1] %arrayidx22 = getelementptr inbounds [100 x i32], [100 x i32]* @A, i64 0, i64 %idxprom21 ; <i32*> [#uses=1] - %tmp23 = load i32* %arrayidx22 ; <i32> [#uses=1] + %tmp23 = load i32, i32* %arrayidx22 ; <i32> [#uses=1] ret i32 %tmp23 } ; CHECK: for (c2=0;c2<=99;c2++) { |