Index: runtime/vm/locations.cc |
diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc |
index 58ecdd9a687d1a4ef9861af760336efdf5147288..1f8e01b5e698f27783de72cb39cb7573c07519b1 100644 |
--- a/runtime/vm/locations.cc |
+++ b/runtime/vm/locations.cc |
@@ -105,8 +105,7 @@ const char* Location::Name() const { |
case kFpuRegister: return Assembler::FpuRegisterName(fpu_reg()); |
case kStackSlot: return "S"; |
case kDoubleStackSlot: return "DS"; |
- case kFloat32x4StackSlot: return "F32x4S"; |
- case kUint32x4StackSlot: return "UI32x4S"; |
+ case kQuadStackSlot: return "QS"; |
case kUnallocated: |
switch (policy()) { |
case kAny: |