summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMConstantPoolValue.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-27 20:59:33 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-27 20:59:33 +0000
commitaf136f71ec1243db8e2c5b161ee0f6306a40e075 (patch)
treec5393af2b5ce900c7fd38cb778b5133f4bfdfed9 /llvm/lib/Target/ARM/ARMConstantPoolValue.h
parentb9875a984c7f2d9563e35a191df8849f2a306134 (diff)
downloadbcm5719-llvm-af136f71ec1243db8e2c5b161ee0f6306a40e075.tar.gz
bcm5719-llvm-af136f71ec1243db8e2c5b161ee0f6306a40e075.zip
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Naming conventions consistency. No functional change. llvm-svn: 140636
Diffstat (limited to 'llvm/lib/Target/ARM/ARMConstantPoolValue.h')
-rw-r--r--llvm/lib/Target/ARM/ARMConstantPoolValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantPoolValue.h b/llvm/lib/Target/ARM/ARMConstantPoolValue.h
index d008811c40e..5749f1e5110 100644
--- a/llvm/lib/Target/ARM/ARMConstantPoolValue.h
+++ b/llvm/lib/Target/ARM/ARMConstantPoolValue.h
@@ -101,7 +101,7 @@ public:
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
unsigned Alignment);
- virtual void AddSelectionDAGCSEId(FoldingSetNodeID &ID);
+ virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID);
/// hasSameValue - Return true if this ARM constpool value
/// can share the same constantpool entry as another ARM constpool value.
OpenPOWER on IntegriCloud