Whitespace and other cleanup. Functionallity unchanged.
llvm-svn: 132533
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.h b/llvm/lib/Bitcode/Writer/ValueEnumerator.h
index 1e42a26..8b2a08c 100644
--- a/llvm/lib/Bitcode/Writer/ValueEnumerator.h
+++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.h
@@ -127,11 +127,11 @@
/// 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);