mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
df1662f0e6
"0" is nice and target independent. llvm-svn: 94718
9 lines
153 B
LLVM
9 lines
153 B
LLVM
; RUN: llc < %s -march=x86 | grep {.byte 0}
|
|
target triple = "i686-apple-darwin8"
|
|
|
|
|
|
define void @bork() noreturn nounwind {
|
|
entry:
|
|
unreachable
|
|
}
|