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