Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/2008-09-19-RegAllocBug.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/2008-09-19-RegAllocBug.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/2008-09-19-RegAllocBug.ll Tue Oct 13 17:48:58 2015 +0900 @@ -5,7 +5,7 @@ define i32 @func_4() nounwind { entry: - %0 = load i32* @g_3, align 4 ; <i32> [#uses=2] + %0 = load i32, i32* @g_3, align 4 ; <i32> [#uses=2] %1 = trunc i32 %0 to i8 ; <i8> [#uses=1] %2 = sub i8 1, %1 ; <i8> [#uses=1] %3 = sext i8 %2 to i32 ; <i32> [#uses=1]