Mercurial > hg > CbC > CbC_llvm
view test/Assembler/2002-07-25-ReturnPtrFunction.ll @ 122:36195a0db682
merging ( incomplete )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Nov 2017 20:32:31 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; Test that returning a pointer to a function causes the disassembler to print ; the right thing. ; ; RUN: llvm-as < %s | llvm-dis | llvm-as ; RUN: verify-uselistorder %s declare void (i32)* @foo() define void @test() { call void (i32)* () @foo( ) ; <%ty*>:1 [#uses=0] ret void }