[AMDGPU] Add llvm.amdgcn.global.load.lds intrinsic
[llvm-project.git] / llvm / test / CodeGen / ARM / null-streamer.ll
blob19ad22a4bdb866be2b6fd91fc1417053c12f9d84
1 ; Test the null streamer with a terget streamer.
2 ; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
4 define i32 @main()  {
5 entry:
6   ret i32 0
9 module asm ".fnstart"