Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
935686e9d1142b8c8f26a7fb2c8736b692eeaf4f
/
.
/
test
/
CodeGen
/
X86
/
2008-01-25-EmptyFunction.ll
blob: 7d738bcc7eef93c7035fc3ad95f7c299cf100c60 [
file
] [
log
] [
blame
]
Bill Wendling
b5880a7
2008-01-26 09:03:52 +0000
[
diff
] [
blame
]
1
; RUN: llvm-as < %s | llc -march=x86 | grep nop
2
3
define
void
@bork
()
noreturn
nounwind
{
4
entry
:
5
unreachable
6
}