Index: src/IceTargetLoweringX8632.h |
diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h |
index cc3ab180d91b00aff76a6916aa4b93537dcf366e..ff400a1c3f257fb6769429c202e6e5e1ffaf50e2 100644 |
--- a/src/IceTargetLoweringX8632.h |
+++ b/src/IceTargetLoweringX8632.h |
@@ -229,7 +229,7 @@ protected: |
// Turn a pointer operand into a memory operand that can be |
// used by a real load/store operation. Legalizes the operand as well. |
// This is a nop if the operand is already a legal memory operand. |
- OperandX8632Mem *FormMemoryOperand(Operand *Ptr, Type Ty); |
+ OperandX8632Mem *formMemoryOperand(Operand *Ptr, Type Ty); |
Variable *makeReg(Type Ty, int32_t RegNum = Variable::NoRegister); |
static Type stackSlotType(); |