no really, I can spell!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-07-21 23:36:01 +00:00
parent cb45963643
commit 354c0165e7
3 changed files with 7 additions and 7 deletions

View File

@@ -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.