]> granicus.if.org Git - clang/commit
Merging r353142:
authorHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 10:14:10 +0000 (10:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 10:14:10 +0000 (10:14 +0000)
commit06a67715245e77d15d78459e9e8a74f63f463e83
treef47e187f21b84054652bc7c9a87a13bda54b203c
parentdc0d2a5d37f4474b828e06d2dd0198e9adb0c9df
Merging r353142:
------------------------------------------------------------------------
r353142 | ctopper | 2019-02-05 07:13:14 +0100 (Tue, 05 Feb 2019) | 13 lines

[X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of 'fpsw' after D57641.

Summary: The backend used to print the x87 FPSW register as 'fpsw', but gcc inline asm uses 'fpsr'. After D57641, the backend now uses 'fpsr' to match.

Reviewers: rnk

Reviewed By: rnk

Subscribers: eraman, cfe-commits, llvm-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D57642
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@353819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmtAsm.cpp