no really, I can spell!

llvm-svn: 76679
This commit is contained in:
Chris Lattner
2009-07-21 23:36:01 +00:00
parent cfb01e26bc
commit 9bd736e2f7
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.