summaryrefslogtreecommitdiff
path: root/include
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
commit5405d58e21402a8ba3aaaa580ca65155bee00443 (patch)
treebfeaf972145f2521518489573e667271e87e342f /include
parenta9390a4d5f5d568059a80970d22194b165d097a7 (diff)
downloadllvm-5405d58e21402a8ba3aaaa580ca65155bee00443.tar.gz
llvm-5405d58e21402a8ba3aaaa580ca65155bee00443.tar.bz2
llvm-5405d58e21402a8ba3aaaa580ca65155bee00443.tar.xz
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Naming conventions consistency. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineConstantPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h
index 8ce0e0590d..29f4f443bf 100644
--- a/include/llvm/CodeGen/MachineConstantPool.h
+++ b/include/llvm/CodeGen/MachineConstantPool.h
@@ -54,7 +54,7 @@ public:
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
unsigned Alignment) = 0;
- virtual void AddSelectionDAGCSEId(FoldingSetNodeID &ID) = 0;
+ virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID) = 0;
/// print - Implement operator<<
virtual void print(raw_ostream &O) const = 0;