summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
blob: 38ae87ce8c00cffc025fc4110226ff539ce6beb7 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
target triple = "powerpc-apple-darwin8"


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