Fix test to work on every platform.
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-01-25-EmptyFunction.ll
1 ; RUN: llc < %s -march=ppc32 | grep nop
2 target triple = "powerpc-apple-darwin8"
3
4
5 define void @bork() noreturn nounwind  {
6 entry:
7         unreachable
8 }