1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Add DEBUG_TYPE to SIAnnotateControlFlow

llvm-svn: 200720
This commit is contained in:
Matt Arsenault 2014-02-03 22:58:05 +00:00
parent 8fe10af69d
commit 32dd3cc196

View File

@ -12,6 +12,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#define DEBUG_TYPE "si-annotate-control-flow"
#include "AMDGPU.h" #include "AMDGPU.h"
#include "llvm/ADT/DepthFirstIterator.h" #include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/IR/Constants.h" #include "llvm/IR/Constants.h"