remove redundant size parameter to appendBranch, rename type -> op

This commit is contained in:
Joshua Warner
2014-05-03 21:45:59 -06:00
committed by Joshua Warner
parent 0eda1d7d11
commit e7837c243e
3 changed files with 244 additions and 149 deletions

View File

@ -2638,7 +2638,6 @@ class MyCompiler: public Compiler {
appendBranch(&c,
op,
a->type.size(),
static_cast<Value*>(a),
static_cast<Value*>(b),
static_cast<Value*>(address));