change Compiler::register_ to Compiler::threadRegister, since it was only used as such

This commit is contained in:
Joshua Warner
2014-04-30 22:27:19 -06:00
committed by Joshua Warner
parent 2d444830d0
commit 8af9bb8297
6 changed files with 107 additions and 96 deletions

View File

@ -77,7 +77,6 @@ inline bool isGeneralValue(Compiler::Operand* a)
return !isFloatValue(a);
}
Value* value(Context* c, lir::ValueType type, Site* site = 0, Site* target = 0);
Value* value(Context* c, ir::Type type, Site* site = 0, Site* target = 0);
} // namespace compiler