<div dir="ltr">Hi,<div><br></div><div>the attached patch makes it so that cs, ds, es, fs, gs, and ss no longer are added to the implicit clobber list by AsmParser::parseMSInlineAsm(). Clang tries to check the clobber list but doesn't list these registers in its x86 register list (and gcc doesn't allow listing them as clobber registers either). This fixes PR20343. The test will be landed on the clang side, it'll look like the test in <a href="http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140714/110476.html">http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140714/110476.html</a> (except that cs and friends will no longer be listed on the clobber list.)</div>
<div><br></div><div>Nico</div></div>