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