lots of small things

This commit is contained in:
Artur K
2012-02-29 00:59:19 +01:00
parent 493225ad64
commit a0a6f7cc0e
52 changed files with 1163 additions and 1136 deletions

View File

@@ -5,7 +5,7 @@ struct Idiom1 : public Idiom
protected:
std::vector<iICODE> m_icodes;
int m_min_off;
Int checkStkVars (iICODE pIcode);
int checkStkVars (iICODE pIcode);
public:
Idiom1(Function *f) : Idiom(f)
{