blob: a05245d542fcaf026c556ac5ed2e4933fe96cc7c [file] [log] [blame]
Chris Lattner1d40b372010-01-28 01:28:58 +00001; RUN: llc < %s -march=ppc32 | grep .byte
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}