From 4e2132e7ae4b41ff6093bbaebcb852105277ac53 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 4 Sep 2012 22:29:45 +0000 Subject: [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 --- utils/llvm.grm | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/llvm.grm') diff --git a/utils/llvm.grm b/utils/llvm.grm index ad2799f..322036b 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 ; -- cgit v1.1