remove redundant Compiler::condJump type parameter

This commit is contained in:
Joshua Warner
2014-05-03 20:34:46 -06:00
committed by Joshua Warner
parent e3354617a6
commit b14709c54c
3 changed files with 12 additions and 20 deletions

View File

@ -118,7 +118,6 @@ class Compiler {
ir::Type dstType) = 0;
virtual void condJump(lir::TernaryOperation op,
ir::Type type,
ir::Value* a,
ir::Value* b,
ir::Value* address) = 0;