mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
Tidyness.
llvm-svn: 128288
This commit is contained in:
parent
12ea727553
commit
70235789e1
@ -880,6 +880,7 @@ bool AsmParser::ParseStatement() {
|
||||
EatToEndOfStatement();
|
||||
return false;
|
||||
}
|
||||
|
||||
// Allow an integer followed by a ':' as a directional local label.
|
||||
if (Lexer.is(AsmToken::Integer)) {
|
||||
LocalLabelVal = getTok().getIntVal();
|
||||
@ -896,8 +897,7 @@ bool AsmParser::ParseStatement() {
|
||||
return TokError("unexpected token at start of statement");
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (ParseIdentifier(IDVal)) {
|
||||
} else if (ParseIdentifier(IDVal)) {
|
||||
if (!TheCondState.Ignore)
|
||||
return TokError("unexpected token at start of statement");
|
||||
IDVal = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user