blob: 38ae87ce8c00cffc025fc4110226ff539ce6beb7 [file] [log] [blame]
Bill Wendlingc79348d2008-01-26 06:56:08 +00001; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
Chris Lattner7cf9abf2008-01-29 06:26:07 +00002target triple = "powerpc-apple-darwin8"
3
Bill Wendlingf69d5d72008-01-26 01:43:44 +00004
Bill Wendlingc79348d2008-01-26 06:56:08 +00005define void @bork() noreturn nounwind {
6entry:
7 unreachable
Bill Wendlingf69d5d72008-01-26 01:43:44 +00008}