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


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