Add a DEBUG_TYPE for the SSAUpdater.

llvm-svn: 100263
This commit is contained in:
Bob Wilson 2010-04-03 03:28:44 +00:00
parent ed66db3f9b
commit 25f1aefd5b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "ssaupdater"
#include "llvm/Transforms/Utils/SSAUpdater.h"
#include "llvm/Instructions.h"
#include "llvm/ADT/DenseMap.h"