view test/Assembler/2005-01-31-CallingAggregateFunction.ll @ 107:a03ddd01be7e

resolve warnings
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 31 Jan 2016 17:34:49 +0900
parents 54457678186b
children
line wrap: on
line source

; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s

define void @test() {
	call {i32} @foo()
	ret void
}

declare {i32 } @foo()