1 ; RUN: llvm-as < %s | llc -march=c
3 ; This case was emitting code that looked like this:
5 ; llvm_BB1: /* no statement here */
8 ; Which the Sun C compiler rejected, so now we are sure to put a return
9 ; instruction in there if the basic block is otherwise empty.