diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-08-24 20:24:53 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-08-24 20:24:53 +0000 |
commit | 10aa09f0080fd88483d6be7eaa642772f4e0da60 (patch) | |
tree | 447ffbd6484d252616ef5f344aeee604fcc3ba31 /llvm/tools/llvm-mca/PipelinePrinter.h | |
parent | 7a4750ffe0d3f4a7d737db247894994abf7dcd78 (diff) | |
download | bcm5719-llvm-10aa09f0080fd88483d6be7eaa642772f4e0da60.tar.gz bcm5719-llvm-10aa09f0080fd88483d6be7eaa642772f4e0da60.zip |
[llvm-mca] Move views and stats into a Views subdir. NFC.
llvm-svn: 340645
Diffstat (limited to 'llvm/tools/llvm-mca/PipelinePrinter.h')
-rw-r--r-- | llvm/tools/llvm-mca/PipelinePrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/PipelinePrinter.h b/llvm/tools/llvm-mca/PipelinePrinter.h index fe871414418..a90b3a2af42 100644 --- a/llvm/tools/llvm-mca/PipelinePrinter.h +++ b/llvm/tools/llvm-mca/PipelinePrinter.h @@ -18,7 +18,7 @@ #define LLVM_TOOLS_LLVM_MCA_PIPELINEPRINTER_H #include "Pipeline.h" -#include "View.h" +#include "Views/View.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Support/raw_ostream.h" |