Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.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/Generic/2008-08-07-PtrToInt-SmallerInt.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll Tue Oct 13 17:48:58 2015 +0900 @@ -2,4 +2,4 @@ ; PR2603 %struct.A = type { i8 } %struct.B = type { i8, [1 x i8] } -@Foo = constant %struct.A { i8 ptrtoint (i8* getelementptr ([1 x i8]* inttoptr (i32 17 to [1 x i8]*), i32 0, i32 -16) to i8) } ; <%struct.A*> [#uses=0] +@Foo = constant %struct.A { i8 ptrtoint (i8* getelementptr ([1 x i8], [1 x i8]* inttoptr (i32 17 to [1 x i8]*), i32 0, i32 -16) to i8) } ; <%struct.A*> [#uses=0]