blob: 387645f7436622004c9a0374d059789de08d9c22 [file] [log] [blame]
Chris Lattner10e7c602010-01-28 01:06:32 +00001; RUN: llc < %s -march=x86 | grep {.byte 0}
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}