Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/sibcall.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 | 60c9769439b8 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/test/CodeGen/X86/sibcall.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/sibcall.ll Tue Oct 13 17:48:58 2015 +0900 @@ -287,11 +287,11 @@ ; X32ABI: movl 20(%edi), %edi ; X32ABI-NEXT: movl 12(%edi), %eax ; X32ABI-NEXT: jmpq *%rax - %0 = getelementptr inbounds %struct.__block_literal_2* %.block_descriptor, i64 0, i32 5 ; <void ()**> [#uses=1] - %1 = load void ()** %0, align 8 ; <void ()*> [#uses=2] + %0 = getelementptr inbounds %struct.__block_literal_2, %struct.__block_literal_2* %.block_descriptor, i64 0, i32 5 ; <void ()**> [#uses=1] + %1 = load void ()*, void ()** %0, align 8 ; <void ()*> [#uses=2] %2 = bitcast void ()* %1 to %struct.__block_literal_1* ; <%struct.__block_literal_1*> [#uses=1] - %3 = getelementptr inbounds %struct.__block_literal_1* %2, i64 0, i32 3 ; <i8**> [#uses=1] - %4 = load i8** %3, align 8 ; <i8*> [#uses=1] + %3 = getelementptr inbounds %struct.__block_literal_1, %struct.__block_literal_1* %2, i64 0, i32 3 ; <i8**> [#uses=1] + %4 = load i8*, i8** %3, align 8 ; <i8*> [#uses=1] %5 = bitcast i8* %4 to void (i8*)* ; <void (i8*)*> [#uses=1] %6 = bitcast void ()* %1 to i8* ; <i8*> [#uses=1] tail call void %5(i8* %6) nounwind @@ -349,7 +349,7 @@ ; X32ABI-LABEL: t17: ; X32ABI: xorl %eax, %eax ; X32ABI: jmp {{_?}}bar5 - tail call void (...)* @bar5() nounwind + tail call void (...) @bar5() nounwind ret void } @@ -369,7 +369,7 @@ ; X32ABI-LABEL: t18: ; X32ABI: xorl %eax, %eax ; X32ABI: jmp {{_?}}bar6 - %0 = tail call double (...)* @bar6() nounwind + %0 = tail call double (...) @bar6() nounwind ret void }