rnk added inline comments.
================
Comment at: lib/Parse/ParseStmtAsm.cpp:637-639
// constraints. Clang always adds fpsr to the clobber list anyway.
llvm::erase_if(Clobbers, [](const std::string &C) {
+ return C == "mxcsr";
----------------
In light of this comment about "clang always adding fpsr anyway" I'd rather
keep the fpsr filter here.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57642/new/
https://reviews.llvm.org/D57642
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits