blob: b936686798f03121bec85a109992231a66fa44de [file] [log] [blame]
; RUN: llc < %s -march=x86 | grep nop
target triple = "i686-apple-darwin8"
define void @bork() noreturn nounwind {
entry:
unreachable
}