Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f391883670caecc01973bc6c69fc1f22c20a2612
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2003-11-13-ConstExprCastCall.ll
blob: d257286d8591434881312b025c050345ba8cf6f5 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep call | notcast
declare
void
%free
(
sbyte
*)
void
%test
(
int
*
%X
)
{
call
int
(
...
)*
cast
(
void
(
sbyte
*)*
%free
to
int
(
...
)*)(
int
*
%X
)
ret
void
}