[X86] Change the name string for the newly add DF flag register to 'dirflag' to match the clobber name supported by clang for MS inline assembly.

This should fix the failure found by Chromium reported here https://bugs.chromium.org/p/chromium/issues/detail?id=831158

The test case will be added in clang.

llvm-svn: 329734
This commit is contained in:
Craig Topper 2018-04-10 18:21:04 +00:00
parent 860f0a5dd8
commit 442428540a
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def FPSW : X86Reg<"fpsw", 0>;
def EFLAGS : X86Reg<"flags", 0>;
// The direction flag.
def DF : X86Reg<"DF", 0>;
def DF : X86Reg<"dirflag", 0>;
// Segment registers