2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=ppc32 | grep nop
|
2008-01-29 06:26:07 +00:00
|
|
|
target triple = "powerpc-apple-darwin8"
|
|
|
|
|
2008-01-26 01:43:44 +00:00
|
|
|
|
2008-01-26 06:56:08 +00:00
|
|
|
define void @bork() noreturn nounwind {
|
|
|
|
entry:
|
|
|
|
unreachable
|
2008-01-26 01:43:44 +00:00
|
|
|
}
|