Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/Mips/selTBteqzCmpi.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 7d135dc70f03 |
line wrap: on
line diff
--- a/test/CodeGen/Mips/selTBteqzCmpi.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/Mips/selTBteqzCmpi.ll Tue Oct 13 17:48:58 2015 +0900 @@ -8,10 +8,10 @@ define void @t() nounwind "target-cpu"="mips16" "target-features"="+mips16,+o32" { entry: - %0 = load i32* @a, align 4 + %0 = load i32, i32* @a, align 4 %cmp = icmp eq i32 %0, 10 - %1 = load i32* @i, align 4 - %2 = load i32* @j, align 4 + %1 = load i32, i32* @i, align 4 + %2 = load i32, i32* @j, align 4 %cond = select i1 %cmp, i32 %1, i32 %2 store i32 %cond, i32* @i, align 4 ret void