Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
444345ff84a068d0080493fc56eb8dc9bd19a665
/
.
/
simplify.h
blob: ed3dd9716a3e64e2e1353797fbf88ddf093b581b [
file
] [
log
] [
blame
]
#ifndef
SIMPLIFY_H
#define
SIMPLIFY_H
#include
"linearize.h"
int
simplify_instruction
(
struct
instruction
*
insn
);
int
replace_with_pseudo
(
struct
instruction
*
insn
,
pseudo_t
pseudo
);
#endif