[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar
2018-07-24 00:41:28 +00:00
parent ae41ebb3a6
commit a4afd1f12d
5 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -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"