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

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