Cosmetic changes, as suggested by Evan. No functionality changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nicolas Geoffray
2008-04-20 17:44:19 +00:00
parent a0c8fc6f28
commit 5913e6c5db
4 changed files with 81 additions and 104 deletions

View File

@@ -54,9 +54,9 @@ public:
/// return a pointer to its base.
virtual unsigned char *getGOTBase() const = 0;
/// RequireSize - If the memory manager requires to know the size of the
/// NeedsExactSize - If the memory manager requires to know the size of the
/// objects to be emitted
bool RequiresSize() const {
bool NeedsExactSize() const {
return SizeRequired;
}