Index: src/compiler/ppc/instruction-selector-ppc.cc |
diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc |
index 3bfc087196ad21b0031bfc8af0ec4c46b96bf290..70518caf70f720735b801013405ddf6978812ff1 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -190,11 +190,7 @@ void InstructionSelector::VisitLoad(Node* node) { |
case MachineRepresentation::kTagged: // Fall through. |
#endif |
case MachineRepresentation::kWord32: |
- opcode = kPPC_LoadWordS32; |
-#if V8_TARGET_ARCH_PPC64 |
- // TODO(mbrandy): this applies to signed loads only (lwa) |
- mode = kInt16Imm_4ByteAligned; |
-#endif |
+ opcode = kPPC_LoadWordU32; |
break; |
#if V8_TARGET_ARCH_PPC64 |
case MachineRepresentation::kTagged: // Fall through. |