brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · 56cebbf Raw
8 lines · plain
1; Test the null streamer with a terget streamer.2; RUN: llc -O0 -filetype=null -mtriple=mips-linux < %s3 4define i32 @main()  {5entry:6  ret i32 07}8