diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-21 23:36:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-21 23:36:01 +0000 |
commit | 9bd736e2f754ec3bd4c2b1d0b96cb9cc0a97f9c8 (patch) | |
tree | 92c850c878227f322c3a8351e296602d4557d8f2 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | cfb01e26bc5c5c485e7f1248ce336b0318983f49 (diff) | |
download | bcm5719-llvm-9bd736e2f754ec3bd4c2b1d0b96cb9cc0a97f9c8.tar.gz bcm5719-llvm-9bd736e2f754ec3bd4c2b1d0b96cb9cc0a97f9c8.zip |
no really, I can spell!
llvm-svn: 76679
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index e6ae7dc2245..682b8a7388a 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/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. |