aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
blob: 909e8ee0e954055e0bfb9590f310f498da334695 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=ppc32 | grep nop

define void @bork() noreturn nounwind  {
entry:
        unreachable
}