mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove trailing whitespace.
llvm-svn: 125385
This commit is contained in:
parent
cd73e97a29
commit
b080b9045e
@ -29,10 +29,10 @@ class MCAsmInfo;
|
|||||||
/// AsmLexer - Lexer class for assembly files.
|
/// AsmLexer - Lexer class for assembly files.
|
||||||
class AsmLexer : public MCAsmLexer {
|
class AsmLexer : public MCAsmLexer {
|
||||||
const MCAsmInfo &MAI;
|
const MCAsmInfo &MAI;
|
||||||
|
|
||||||
const char *CurPtr;
|
const char *CurPtr;
|
||||||
const MemoryBuffer *CurBuf;
|
const MemoryBuffer *CurBuf;
|
||||||
|
|
||||||
void operator=(const AsmLexer&); // DO NOT IMPLEMENT
|
void operator=(const AsmLexer&); // DO NOT IMPLEMENT
|
||||||
AsmLexer(const AsmLexer&); // DO NOT IMPLEMENT
|
AsmLexer(const AsmLexer&); // DO NOT IMPLEMENT
|
||||||
|
|
||||||
@ -43,13 +43,13 @@ protected:
|
|||||||
public:
|
public:
|
||||||
AsmLexer(const MCAsmInfo &MAI);
|
AsmLexer(const MCAsmInfo &MAI);
|
||||||
~AsmLexer();
|
~AsmLexer();
|
||||||
|
|
||||||
void setBuffer(const MemoryBuffer *buf, const char *ptr = NULL);
|
void setBuffer(const MemoryBuffer *buf, const char *ptr = NULL);
|
||||||
|
|
||||||
virtual StringRef LexUntilEndOfStatement();
|
virtual StringRef LexUntilEndOfStatement();
|
||||||
|
|
||||||
bool isAtStartOfComment(char Char);
|
bool isAtStartOfComment(char Char);
|
||||||
|
|
||||||
const MCAsmInfo &getMAI() const { return MAI; }
|
const MCAsmInfo &getMAI() const { return MAI; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -64,7 +64,7 @@ private:
|
|||||||
AsmToken LexQuote();
|
AsmToken LexQuote();
|
||||||
AsmToken LexFloatLiteral();
|
AsmToken LexFloatLiteral();
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace llvm
|
} // end namespace llvm
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user