diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-03 17:02:19 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-03 17:02:19 +0000 |
commit | 6a11b64c5ee4210bbb510a976eb7cf6f01a081fb (patch) | |
tree | 2cadeb7a1ccaf37491951c88e23cd83d65e012ec /llvm/lib/Bitcode/Writer/ValueEnumerator.h | |
parent | cbc0c247e12767dad90e51dc10520af26682283a (diff) | |
download | bcm5719-llvm-6a11b64c5ee4210bbb510a976eb7cf6f01a081fb.tar.gz bcm5719-llvm-6a11b64c5ee4210bbb510a976eb7cf6f01a081fb.zip |
Revert name change from r132533. Lower case naming was intended per style guidelines.
llvm-svn: 132555
Diffstat (limited to 'llvm/lib/Bitcode/Writer/ValueEnumerator.h')
-rw-r--r-- | llvm/lib/Bitcode/Writer/ValueEnumerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.h b/llvm/lib/Bitcode/Writer/ValueEnumerator.h index 8b2a08ca0de..1e42a266766 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.h +++ b/llvm/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); |