From 354c0165e755fd857bc89792243b82387ee3936d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Jul 2009 23:36:01 +0000 Subject: no really, I can spell! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76679 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineFunction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen/MachineFunction.cpp') diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index e6ae7dc224..682b8a7388 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -544,9 +544,9 @@ const Type *MachineConstantPoolEntry::getType() const { } -unsigned MachineConstantPoolEntry::getRelocatationInfo() const { +unsigned MachineConstantPoolEntry::getRelocationInfo() const { if (isMachineConstantPoolEntry()) - return Val.MachineCPVal->getRelocatationInfo(); + return Val.MachineCPVal->getRelocationInfo(); // FIXME: This API sucks. -- cgit v1.2.3-18-g5258