diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-27 20:59:33 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-27 20:59:33 +0000 |
commit | 5405d58e21402a8ba3aaaa580ca65155bee00443 (patch) | |
tree | bfeaf972145f2521518489573e667271e87e342f /include/llvm/CodeGen/MachineConstantPool.h | |
parent | a9390a4d5f5d568059a80970d22194b165d097a7 (diff) |
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/llvm/CodeGen/MachineConstantPool.h')
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 2 |
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; |