view test/CodeGen/ARM/null-streamer.ll @ 95:afa8332a0e37

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 54457678186b
children
line wrap: on
line source

; Test the null streamer with a terget streamer.
; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s

define i32 @main()  {
entry:
  ret i32 0
}

module asm ".fnstart"