mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Whitespace and other cleanup. Functionallity unchanged.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user