blob: ffb82ae7f2b86769e64308044a5b99c23780012c [file] [log] [blame]
Bill Wendlingb5880a72008-01-26 09:03:52 +00001; RUN: llvm-as < %s | llc -march=x86 | grep nop
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}