aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-01-25-EmptyFunction.ll
blob: 387645f7436622004c9a0374d059789de08d9c22 (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s -march=x86 | grep {.byte	0}
target triple = "i686-apple-darwin8"


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