aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMConstantPoolValue.h
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
commit354c0165e755fd857bc89792243b82387ee3936d (patch)
tree8b9840ae90cbb7affb9059094afbe2d1ac9d2d0d /lib/Target/ARM/ARMConstantPoolValue.h
parentcb4596364369ea36ff5675eb12fc62d0c6f1f0dd (diff)
downloadexternal_llvm-354c0165e755fd857bc89792243b82387ee3936d.tar.gz
external_llvm-354c0165e755fd857bc89792243b82387ee3936d.tar.bz2
external_llvm-354c0165e755fd857bc89792243b82387ee3936d.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/Target/ARM/ARMConstantPoolValue.h')
-rw-r--r--lib/Target/ARM/ARMConstantPoolValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h
index a9308898c8..fcaf2e6885 100644
--- a/lib/Target/ARM/ARMConstantPoolValue.h
+++ b/lib/Target/ARM/ARMConstantPoolValue.h
@@ -65,7 +65,7 @@ public:
bool isStub() const { return Kind == ARMCP::CPStub; }
unsigned char getPCAdjustment() const { return PCAdjust; }
- virtual unsigned getRelocatationInfo() const {
+ virtual unsigned getRelocationInfo() const {
// FIXME: This is conservatively claiming that these entries require a
// relocation, we may be able to do better than this.
return 2;