Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
8dc926755f287e33765a8da0c4b3922a289a9d2d
/
.
/
test
/
Other
/
2008-10-15-MissingSpace.ll
blob: a61fa614213a6f63361efd37eae0095afc43cb22 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | not grep {void@}
; PR2894
declare
void
@g
()
define
void
@f
()
{
invoke
void
@g
()
to
label
%c
unwind
label
%c
c
:
ret
void
}