blob: 7d738bcc7eef93c7035fc3ad95f7c299cf100c60 [file] [log] [blame]
Bill Wendlingb5880a72008-01-26 09:03:52 +00001; RUN: llvm-as < %s | llc -march=x86 | grep nop
2
3define void @bork() noreturn nounwind {
4entry:
5 unreachable
6}