[ForwardOpTree] Set DEBUG_TYPE to "polly-optree".

The previous value of "polly-delicm" was forgotten to to be changed when
ForwardOpTree was split from DeLICM.

Thanks to Tobias for noticing!

llvm-svn: 310465
This commit is contained in:
Michael Kruse 2017-08-09 12:27:35 +00:00
parent 0c9f193acc
commit 36550bac0d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "polly/ZoneAlgo.h"
#include "llvm/Analysis/ValueTracking.h"
#define DEBUG_TYPE "polly-delicm"
#define DEBUG_TYPE "polly-optree"
using namespace polly;
using namespace llvm;