mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
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:
parent
8413d2c70f
commit
2318ba16ef
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user