Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
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