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/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll') diff --git a/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll b/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll index 0a513c6..9c989b9 100644 --- a/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll +++ b/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll @@ -5,7 +5,7 @@ @g_07918478 = external global i32 ; [#uses=1] define i1 @test() { - %tmp.0 = load i32* @g_07918478 ; [#uses=2] + %tmp.0 = load i32, i32* @g_07918478 ; [#uses=2] %tmp.1 = icmp ne i32 %tmp.0, 0 ; [#uses=1] %tmp.4 = icmp ult i32 %tmp.0, 4111 ; [#uses=1] %bothcond = or i1 %tmp.1, %tmp.4 ; [#uses=1] -- cgit v1.1