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