| commit | f09741f4416833800c2454bed39470f1781cf8dd | [log] [tgz] | 
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Jan 23 23:05:15 2006 +0000 | 
| committer | Chris Lattner <sabre@nondot.org> | Mon Jan 23 23:05:15 2006 +0000 | 
| tree | 41e69577e679b5172dfbb1397f51b0d5417b7af9 | |
| parent | 6ed87bdeb4efad4f69251f9939252e82d232dd94 [diff] [blame] | 
Add support for parsing global asm blocks llvm-svn: 25557
diff --git a/llvm/lib/AsmParser/Lexer.l b/llvm/lib/AsmParser/Lexer.l index 5c3a0c0..34aae99 100644 --- a/llvm/lib/AsmParser/Lexer.l +++ b/llvm/lib/AsmParser/Lexer.l
@@ -212,6 +212,7 @@ volatile { return VOLATILE; } align { return ALIGN; } section { return SECTION; } +asm { return ASM_TOK; } cc { return CC_TOK; } ccc { return CCC_TOK; }