Cleanup formatting and whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2012-12-18 00:30:54 +00:00
parent 8413d2c70f
commit 2318ba16ef

View File

@ -299,7 +299,8 @@ private:
bool ParseDirectiveFill(); // ".fill" bool ParseDirectiveFill(); // ".fill"
bool ParseDirectiveSpace(); // ".space" bool ParseDirectiveSpace(); // ".space"
bool ParseDirectiveZero(); // ".zero" bool ParseDirectiveZero(); // ".zero"
bool ParseDirectiveSet(StringRef IDVal, bool allow_redef); // ".set", ".equ", ".equiv" // ".set", ".equ", ".equiv"
bool ParseDirectiveSet(StringRef IDVal, bool allow_redef);
bool ParseDirectiveOrg(); // ".org" bool ParseDirectiveOrg(); // ".org"
// ".align{,32}", ".p2align{,w,l}" // ".align{,32}", ".p2align{,w,l}"
bool ParseDirectiveAlign(bool IsPow2, unsigned ValueSize); bool ParseDirectiveAlign(bool IsPow2, unsigned ValueSize);