Revert r237590, "ARM: allow jump tables to be placed as constant islands."
[oota-llvm.git] / test / CodeGen / ARM / ret_void.ll
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3 define void @test() {
4         ret void
5 }
6