aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-21 23:36:01 +0000
committerChris Lattner <sabre@nondot.org>2009-07-21 23:36:01 +0000
commit690b8d58190f71ff277f1f8b74a13ba35bedce4f (patch)
tree8b9840ae90cbb7affb9059094afbe2d1ac9d2d0d /lib/CodeGen/MachineFunction.cpp
parent8f3f851edb0f3339c8913f666492d3be9843e854 (diff)
downloadexternal_llvm-690b8d58190f71ff277f1f8b74a13ba35bedce4f.tar.gz
external_llvm-690b8d58190f71ff277f1f8b74a13ba35bedce4f.tar.bz2
external_llvm-690b8d58190f71ff277f1f8b74a13ba35bedce4f.zip
no really, I can spell!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76679 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r--lib/CodeGen/MachineFunction.cpp4
1 files changed, 2 insertions, 2 deletions
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.