summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/Debugify.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-07-24 00:41:28 +0000
committerVedant Kumar <vsk@apple.com>2018-07-24 00:41:28 +0000
commitca407c43364e4315f8ae32bd0c0e70c5aafb7962 (patch)
tree67b09d32fa11f0b328cd305a072ed1d12acf2240 /llvm/tools/opt/Debugify.cpp
parent66fbbbca602853c4c7a8d23556f393acf6c69e7b (diff)
downloadbcm5719-llvm-ca407c43364e4315f8ae32bd0c0e70c5aafb7962.tar.gz
bcm5719-llvm-ca407c43364e4315f8ae32bd0c0e70c5aafb7962.zip
[Debugify] Move interface definitions to a header, NFC
This is a minor cleanup in preparation for a change to export DI statistics from -check-debugify. To do that, it would be cleaner to have a dedicated header for the debugify interface. llvm-svn: 337786
Diffstat (limited to 'llvm/tools/opt/Debugify.cpp')
-rw-r--r--llvm/tools/opt/Debugify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/Debugify.cpp b/llvm/tools/opt/Debugify.cpp
index 515f423868d..b56a94b6e5f 100644
--- a/llvm/tools/opt/Debugify.cpp
+++ b/llvm/tools/opt/Debugify.cpp
@@ -12,7 +12,7 @@
///
//===----------------------------------------------------------------------===//
-#include "PassPrinters.h"
+#include "Debugify.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/BasicBlock.h"
OpenPOWER on IntegriCloud