blob: 387645f7436622004c9a0374d059789de08d9c22 [file] [log] [blame]
Chris Lattner5ab55982010-01-28 01:06:32 +00001; RUN: llc < %s -march=x86 | grep {.byte 0}
Chris Lattnerc9565892008-01-29 06:26:07 +00002target triple = "i686-apple-darwin8"
3
Bill Wendlingb5880a72008-01-26 09:03:52 +00004
5define void @bork() noreturn nounwind {
6entry:
7 unreachable
8}