param_key: fix container of when no struct member is referenced
[smatch.git] / simplify.h
blobed3dd9716a3e64e2e1353797fbf88ddf093b581b
1 #ifndef SIMPLIFY_H
2 #define SIMPLIFY_H
4 #include "linearize.h"
6 int simplify_instruction(struct instruction *insn);
8 int replace_with_pseudo(struct instruction *insn, pseudo_t pseudo);
10 #endif