]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/ARM/ret_void.ll
Update LLVM to r98631.
[FreeBSD/FreeBSD.git] / test / CodeGen / ARM / ret_void.ll
1 ; RUN: llc < %s -march=arm
2
3 define void @test() {
4         ret void
5 }
6