Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / v8 / src / lithium-allocator-inl.h
index 36e0bf1..bafa00f 100644 (file)
@@ -42,8 +42,7 @@ LGap* LAllocator::GapAt(int index) {
 
 
 void LAllocator::SetLiveRangeAssignedRegister(LiveRange* range, int reg) {
-  if (range->Kind() == DOUBLE_REGISTERS ||
-      IsSIMD128RegisterKind(range->Kind())) {
+  if (range->Kind() == DOUBLE_REGISTERS) {
     assigned_double_registers_->Add(reg);
   } else {
     DCHECK(range->Kind() == GENERAL_REGISTERS);