Add an "msasm" flag to inline asm as suggested in PR 5125.

A little ugliness is accepted to keep the binary file format
compatible.  No functional change yet.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen
2009-10-13 20:46:56 +00:00
parent 9578c7aad6
commit 4360298d2b
10 changed files with 65 additions and 15 deletions

View File

@@ -62,6 +62,7 @@ namespace lltok {
kw_module,
kw_asm,
kw_sideeffect,
kw_msasm,
kw_gc,
kw_dbg,
kw_c,