Don't create a new node for every reference to a global. This caused a huge
[oota-llvm.git] / lib / Support / Annotation.cpp
index d0d13cda86640659825a69da43d66f9dd7c40db0..e876bf4f38b27ccdf5363897880b835f5218059a 100644 (file)
@@ -35,7 +35,7 @@ AnnotationID AnnotationManager::getID(const string &Name) {  // Name -> ID
 // getID - Name -> ID + registration of a factory function for demand driven
 // annotation support.
 AnnotationID AnnotationManager::getID(const string &Name, Factory Fact,
-                                     void *Data=0) {
+                                     void *Data) {
   AnnotationID Result(getID(Name));
   registerAnnotationFactory(Result, Fact, Data);
   return Result;