Fix a bug in the DAGCombiner's handling of multiple linked
[oota-llvm.git] / test / CodeGen / X86 / 2008-01-25-EmptyFunction.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | grep nop
2 target triple = "i686-apple-darwin8"
3
4
5 define void @bork() noreturn nounwind  {
6 entry:
7         unreachable
8 }