]> granicus.if.org Git - clang/commit
[X86] Add test case for llvm change r329734
authorCraig Topper <craig.topper@intel.com>
Tue, 10 Apr 2018 18:43:44 +0000 (18:43 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 10 Apr 2018 18:43:44 +0000 (18:43 +0000)
commit73486352323f5466a1d1c567221559a98fce742b
treea998e10d830d4c6bea7980b2cfeebdd668f48425
parentf0da8db07f3e754c568ff0034f03792a8a62b97c
[X86] Add test case for llvm change r329734

This test ensures the popfd instruction in MS inline assembly can properly find a clobber name for the dirflag register. Previously the register was named 'DF', but it needs to be named 'dirflag' to match the name in the GCC register name list.

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