diff options
| author | Marina Yatsina <marina.yatsina@intel.com> | 2018-01-22 10:06:33 +0000 |
|---|---|---|
| committer | Marina Yatsina <marina.yatsina@intel.com> | 2018-01-22 10:06:33 +0000 |
| commit | 3d8efa4f0c3cb8fdcd5e052c081786f2b9aaaf8b (patch) | |
| tree | 3457077b05deeb0957a3bf4844e881e79fe1db4c /llvm/lib/Target/X86 | |
| parent | c757c0b6baa0a0e40da91ace8f29078fb04dcdd0 (diff) | |
| download | bcm5719-llvm-3d8efa4f0c3cb8fdcd5e052c081786f2b9aaaf8b.tar.gz bcm5719-llvm-3d8efa4f0c3cb8fdcd5e052c081786f2b9aaaf8b.zip | |
Rename ExecutionDepsFix files to ExecutionDomainFix
This is the one of multiple patches that fix bugzilla https://bugs.llvm.org/show_bug.cgi?id=33869
Most of the patches are intended at refactoring the existent code.
Additional relevant reviews:
https://reviews.llvm.org/D40330
https://reviews.llvm.org/D40331
https://reviews.llvm.org/D40333
https://reviews.llvm.org/D40334
Differential Revision: https://reviews.llvm.org/D40332
Change-Id: I6a048cca7fdafbfc42fb1bac94343e483befded8
llvm-svn: 323094
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/X86TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.cpp b/llvm/lib/Target/X86/X86TargetMachine.cpp index ca243b5f374..f07743a6560 100644 --- a/llvm/lib/Target/X86/X86TargetMachine.cpp +++ b/llvm/lib/Target/X86/X86TargetMachine.cpp @@ -26,7 +26,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" #include "llvm/Analysis/TargetTransformInfo.h" -#include "llvm/CodeGen/ExecutionDepsFix.h" +#include "llvm/CodeGen/ExecutionDomainFix.h" #include "llvm/CodeGen/GlobalISel/CallLowering.h" #include "llvm/CodeGen/GlobalISel/IRTranslator.h" #include "llvm/CodeGen/GlobalISel/InstructionSelect.h" |

