Mercurial > hg > CbC > CbC_llvm
diff test/Transforms/InstCombine/2008-04-22-ByValBitcast.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/Transforms/InstCombine/2008-04-22-ByValBitcast.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll Tue Oct 13 17:48:58 2015 +0900 @@ -8,7 +8,7 @@ define void @foo(i8* %context) nounwind { entry: %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1] - call void (i32, ...)* @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind + call void (i32, ...) @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind ret void }