Add DEBUG_TYPE to SIAnnotateControlFlow
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 3 Feb 2014 22:58:05 +0000 (22:58 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 3 Feb 2014 22:58:05 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIAnnotateControlFlow.cpp

index 64342613565627a0c2534527a5b70f6d0edaa72a..f9214a8ce14329f692343c889c75ad67817dbf94 100644 (file)
@@ -12,6 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#define DEBUG_TYPE "si-annotate-control-flow"
+
 #include "AMDGPU.h"
 #include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/IR/Constants.h"