Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/atom-fixup-lea1.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/CodeGen/X86/atom-fixup-lea1.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/atom-fixup-lea1.ll Tue Oct 13 17:48:58 2015 +0900 @@ -25,8 +25,8 @@ for.body: %i.06 = phi i32 [ %inc, %for.body ], [ 0, %entry ] %sum.05 = phi i32 [ %add, %for.body ], [ 0, %entry ] - %arrayidx = getelementptr inbounds i32* %array, i32 %i.06 - %0 = load i32* %arrayidx, align 4 + %arrayidx = getelementptr inbounds i32, i32* %array, i32 %i.06 + %0 = load i32, i32* %arrayidx, align 4 %add = add nsw i32 %0, %sum.05 %inc = add nsw i32 %i.06, 1 %exitcond = icmp eq i32 %inc, %n