Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175209 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Chad Rosier committed Feb 14, 2013
1 parent 84a2c2b commit 27d844f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/AsmParser/LLParser.cpp
Expand Up @@ -2312,7 +2312,8 @@ bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) {
return false;

case lltok::kw_asm: {
// ValID ::= 'asm' SideEffect? AlignStack? STRINGCONSTANT ',' STRINGCONSTANT
// ValID ::= 'asm' SideEffect? AlignStack? IntelDialect? STRINGCONSTANT ','
// STRINGCONSTANT
bool HasSideEffect, AlignStack, AsmDialect;
Lex.Lex();
if (ParseOptionalToken(lltok::kw_sideeffect, HasSideEffect) ||
Expand Down

0 comments on commit 27d844f

Please sign in to comment.