diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-06-22 21:35:26 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-06-22 21:35:26 +0000 |
commit | eb7488e799880f63b22eaa3cd5e5209abba33129 (patch) | |
tree | 5cf2cfa6467aa4f2f36464ce286c80a4272fcc39 /llvm/tools/llvm-mca/RetireControlUnit.cpp | |
parent | 705cde3ac81b9908ec429783eb1827940b033609 (diff) | |
download | bcm5719-llvm-eb7488e799880f63b22eaa3cd5e5209abba33129.tar.gz bcm5719-llvm-eb7488e799880f63b22eaa3cd5e5209abba33129.zip |
[llvm-mca] Remove unnecessary include and forward decl in RCU. NFC.
The DispatchUnit is no longer a dependency of RCU, so this patch removes a
stale include and forward decl. This patch also cleans up some comments.
llvm-svn: 335392
Diffstat (limited to 'llvm/tools/llvm-mca/RetireControlUnit.cpp')
-rw-r--r-- | llvm/tools/llvm-mca/RetireControlUnit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/RetireControlUnit.cpp b/llvm/tools/llvm-mca/RetireControlUnit.cpp index d4c42742c42..123058541f2 100644 --- a/llvm/tools/llvm-mca/RetireControlUnit.cpp +++ b/llvm/tools/llvm-mca/RetireControlUnit.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "RetireControlUnit.h" -#include "DispatchStage.h" #include "llvm/Support/Debug.h" using namespace llvm; |