diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-10 21:22:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-10 21:23:04 +0000 |
commit | 31195f0bdca6ee2a5e72d07edf13e1d81206d949 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll | |
parent | c75239e6119d0f9a74c57099d91cbc9bde56bf33 (diff) | |
parent | 4c5e43da7792f75567b693105cc53e3f1992ad98 (diff) | |
download | external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.zip external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.tar.gz external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.tar.bz2 |
Merge "Update aosp/master llvm for rebase to r233350"
Diffstat (limited to 'test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll')
-rw-r--r-- | test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll b/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll index 47f9cb4..9724e6e 100644 --- a/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll +++ b/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll @@ -37,7 +37,7 @@ cond_next50: ; preds = %entry %tmp52 = icmp sgt i32 %D, 0 ; <i1> [#uses=1] br i1 %tmp52, label %cond_true53, label %cond_next71 cond_true53: ; preds = %cond_next50 - %tmp54 = load i32* @JUMP ; <i32> [#uses=1] + %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1] %tmp55 = icmp eq i32 %tmp54, 1 ; <i1> [#uses=1] br i1 %tmp55, label %cond_true56, label %cond_next63 cond_true56: ; preds = %cond_true53 @@ -67,9 +67,9 @@ bb217: ; preds = %cond_true260 ret void cond_next252: ; preds = %cond_next208, %entry %D.0.0 = phi i32 [ 0, %entry ], [ %tmp229, %cond_next208 ] ; <i32> [#uses=1] - %tmp254 = getelementptr i8** null, i32 1 ; <i8**> [#uses=1] - %tmp256 = load i8** %tmp254 ; <i8*> [#uses=1] - %tmp258 = load i8* %tmp256 ; <i8> [#uses=1] + %tmp254 = getelementptr i8*, i8** null, i32 1 ; <i8**> [#uses=1] + %tmp256 = load i8*, i8** %tmp254 ; <i8*> [#uses=1] + %tmp258 = load i8, i8* %tmp256 ; <i8> [#uses=1] %tmp259 = icmp eq i8 %tmp258, 45 ; <i1> [#uses=1] br i1 %tmp259, label %cond_true260, label %bb263 cond_true260: ; preds = %cond_next252 |