mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
8 lines
152 B
LLVM
8 lines
152 B
LLVM
; RUN: llc < %s -march=ppc32 | grep nop
|
|
target triple = "powerpc-apple-darwin8"
|
|
|
|
|
|
define void @bork() noreturn nounwind {
|
|
entry:
|
|
unreachable
|
|
}
|