]> granicus.if.org Git - clang/commit
MS inline asm: Filter MXCSR out of the inferred clobber list
authorReid Kleckner <rnk@google.com>
Tue, 14 Feb 2017 21:38:17 +0000 (21:38 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 14 Feb 2017 21:38:17 +0000 (21:38 +0000)
commitd418b54ac44ba3ed94302aaf3ac1e26de8b078c2
tree1a81cbbc2e8a9f2b265794159c3ea62c25369916
parent7a103487c55d16a581ca7f57f53c69aba3c53e61
MS inline asm: Filter MXCSR out of the inferred clobber list

Since r295004, LLVM has started modelling this new register, but we
don't have GCC constraint inline asm spellings for it yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmtAsm.cpp
test/CodeGen/ms-inline-asm.c