OSDN Git Service

ExecutionDepsFix refactoring:
authorMarina Yatsina <marina.yatsina@intel.com>
Mon, 22 Jan 2018 10:05:37 +0000 (10:05 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Mon, 22 Jan 2018 10:05:37 +0000 (10:05 +0000)
commitf2a8b010a3f365ee589e8f48c220cb4ddae84d04
tree0c6e032e2d1c0ddb388008e3a160e5e9534534a1
parentef279188ca975cdac4b52de93cb95a98a412ebc7
ExecutionDepsFix refactoring:
- Remove unneeded includes and unneeded members
- Use range iterators
- Variable renaming, typedefs, extracting constants
- Removing {} from one line ifs

This patch is NFC.

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/D40332
https://reviews.llvm.org/D40333
https://reviews.llvm.org/D40334

Differential Revision: https://reviews.llvm.org/D40331

Change-Id: Ib59060ab3fa5bee3bf2ca2045c24e572635ee7f6

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323088 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ExecutionDepsFix.h
lib/CodeGen/ExecutionDepsFix.cpp