Marking branches/calls as volatile.

This commit is contained in:
Ben Vanik
2014-08-06 11:41:37 -07:00
parent 646b32ad4f
commit a53ee330ce
2 changed files with 8 additions and 7 deletions

View File

@@ -321,6 +321,7 @@ bool RegisterAllocationPass::TryAllocateRegister(Value* value) {
}
bool RegisterAllocationPass::SpillOneRegister(HIRBuilder* builder,
Block* block,
TypeName required_type) {
// Get the set that we will be picking from.
RegisterSetUsage* usage_set;