commit | 0f7422057e7cf0426f5bb293107b756b5de80523 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sun Feb 10 10:12:50 2013 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sun Feb 10 10:12:50 2013 +0000 |
tree | ef08c4aa6632791306201da4536b77162e43c553 | |
parent | 87de71cb9f12d874e88d4f314ab245985c1b36bc [diff] [blame] |
Use a 'continue' here to stop from double lexing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174833 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLParser.cpp b/lib/AsmParser/LLParser.cpp index 76eb596..9a76007 100644 --- a/lib/AsmParser/LLParser.cpp +++ b/lib/AsmParser/LLParser.cpp
@@ -869,7 +869,7 @@ return true; B.addAttribute(Attr, Val); - break; + continue; } // Target-independent attributes: