[sil-module] Change DEBUG_TYPE to "sil-module" from "libsil"

I don't know why someone chose that name, but it makes no sense.

Swift SVN r17978
This commit is contained in:
Michael Gottesman
2014-05-12 23:59:50 +00:00
parent e5191519e6
commit 2c373a8cf4

View File

@@ -19,7 +19,7 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#define DEBUG_TYPE "libsil"
#define DEBUG_TYPE "sil-module"
using namespace swift;
STATISTIC(NumFuncLinked, "Number of SIL functions linked");