repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cast_value: assign the new type
[smatch.git]
/
optimize.h
blob
31e2cf0817043f321d1df8a37efcc533c381b2f6
1
#ifndef OPTIMIZE_H
2
#define OPTIMIZE_H
3
4
struct
entrypoint
;
5
6
/* optimize.c */
7
void
optimize
(
struct
entrypoint
*
ep
);
8
9
#endif