blob: b936686798f03121bec85a109992231a66fa44de [file] [log] [blame]
Chris Lattneree9eb412010-04-26 23:37:21 +00001; RUN: llc < %s -march=x86 | grep nop
Chris Lattner7cf9abf2008-01-29 06:26:07 +00002target triple = "i686-apple-darwin8"
3
Bill Wendling824a7212008-01-26 09:03:52 +00004
5define void @bork() noreturn nounwind {
6entry:
7 unreachable
8}