Add a DEBUG_TYPE for the SSAUpdater.
[oota-llvm.git] / lib / Transforms / Hello / Hello.cpp
index 91534a754a13e1d00c9b6deab59bfa55e4b31f9a..37d7a00396dc30ba69b35b71328ef963a246f88d 100644 (file)
@@ -15,7 +15,6 @@
 #define DEBUG_TYPE "hello"
 #include "llvm/Pass.h"
 #include "llvm/Function.h"
-#include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/Statistic.h"
 using namespace llvm;
@@ -56,7 +55,7 @@ namespace {
     // We don't modify the program, so we preserve all analyses
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       AU.setPreservesAll();
-    };
+    }
   };
 }