summaryrefslogtreecommitdiff
path: root/utils/llvm.grm
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-04 22:29:45 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-04 22:29:45 +0000
commit4e2132e7ae4b41ff6093bbaebcb852105277ac53 (patch)
tree40cbb2599d613fe302e36cf1ac7592e80d34593e /utils/llvm.grm
parent7a9572f8af035a7c9e6a6be236a285c9eef55488 (diff)
downloadllvm-4e2132e7ae4b41ff6093bbaebcb852105277ac53.tar.gz
llvm-4e2132e7ae4b41ff6093bbaebcb852105277ac53.tar.bz2
llvm-4e2132e7ae4b41ff6093bbaebcb852105277ac53.tar.xz
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm.grm')
-rw-r--r--utils/llvm.grm1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/llvm.grm b/utils/llvm.grm
index ad2799f2c5..322036b2c2 100644
--- a/utils/llvm.grm
+++ b/utils/llvm.grm
@@ -175,7 +175,6 @@ FuncAttr ::= noreturn
| returns_twice
| nonlazybind
| address_safety
- | ia_nsdialect
;
OptFuncAttrs ::= + _ | OptFuncAttrs FuncAttr ;