various cleanups.
[oota-llvm.git] / lib / Analysis / ProfileInfoLoader.cpp
index 4b38e87572065c06af8a0b5807042052b0ca71cb..25481b2ee671ea30064b1af2c214bf55e559605d 100644 (file)
@@ -78,6 +78,8 @@ static void ReadProfilingBlock(const char *ToolName, FILE *F,
   }
 }
 
+const unsigned ProfileInfoLoader::Uncounted = ~0U;
+
 // ProfileInfoLoader ctor - Read the specified profiling data file, exiting the
 // program if the file is invalid or broken.
 //