blob: db2ab877ff7d22d032cdbadd8e9d5941241ba8eb [file] [log] [blame]
Chris Lattneree9eb412010-04-26 23:37:21 +00001; RUN: llc < %s -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}