diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-03 05:09:12 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-03 05:09:12 +0000 |
commit | 3d26f2333b320e04d405a4418f640f8b7e358a99 (patch) | |
tree | a93429cb8ff0310ebd4507db28ebf84012b9b27e /lib/Bitcode/Writer/ValueEnumerator.h | |
parent | 645aef1480384292b042c98ffe623a59ab0af049 (diff) |
Whitespace and other cleanup. Functionallity unchanged.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer/ValueEnumerator.h')
-rw-r--r-- | lib/Bitcode/Writer/ValueEnumerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Bitcode/Writer/ValueEnumerator.h b/lib/Bitcode/Writer/ValueEnumerator.h index 1e42a26676..8b2a08ca0d 100644 --- a/lib/Bitcode/Writer/ValueEnumerator.h +++ b/lib/Bitcode/Writer/ValueEnumerator.h @@ -127,11 +127,11 @@ public: /// should only be used by rare constructs such as address-of-label. unsigned getGlobalBasicBlockID(const BasicBlock *BB) const; - /// incorporateFunction/purgeFunction - If you'd like to deal with a function, + /// IncorporateFunction/PurgeFunction - If you'd like to deal with a function, /// use these two methods to get its data into the ValueEnumerator! /// - void incorporateFunction(const Function &F); - void purgeFunction(); + void IncorporateFunction(const Function &F); + void PurgeFunction(); private: void OptimizeConstants(unsigned CstStart, unsigned CstEnd); |