diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-04 22:29:45 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-04 22:29:45 +0000 |
commit | 38d24e6751bfb3b7064d46c1f6c4e949f301896e (patch) | |
tree | a3cdcfa6da1c61a18ca7b66b6bbff3896775af1b /llvm/lib/AsmParser/LLToken.h | |
parent | 85fff2ac11edc1278deae8170285038ac2358321 (diff) | |
download | bcm5719-llvm-38d24e6751bfb3b7064d46c1f6c4e949f301896e.tar.gz bcm5719-llvm-38d24e6751bfb3b7064d46c1f6c4e949f301896e.zip |
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
implementation does not co-exist well with how the sideeffect and alignstack
attributes are handled. The reverts r161641.
llvm-svn: 163174
Diffstat (limited to 'llvm/lib/AsmParser/LLToken.h')
-rw-r--r-- | llvm/lib/AsmParser/LLToken.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLToken.h b/llvm/lib/AsmParser/LLToken.h index 9fd63f2e9a9..c2683ffc597 100644 --- a/llvm/lib/AsmParser/LLToken.h +++ b/llvm/lib/AsmParser/LLToken.h @@ -107,7 +107,6 @@ namespace lltok { kw_naked, kw_nonlazybind, kw_address_safety, - kw_ia_nsdialect, kw_type, kw_opaque, |