Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
X86
/
2008-01-25-EmptyFunction.ll
blob: ffb82ae7f2b86769e64308044a5b99c23780012c [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=x86 | grep nop
target
triple
=
"i686-apple-darwin8"
define
void
@bork
()
noreturn
nounwind
{
entry
:
unreachable
}