Make better use of the PHINode API.
[oota-llvm.git] / lib / Analysis / ProfileInfoLoader.cpp
index 4b38e87572065c06af8a0b5807042052b0ca71cb..eaa38dad16a1c918e041a201bd1ecf1543ebc029 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Support/raw_ostream.h"
 #include <cstdio>
 #include <cstdlib>
-#include <map>
 using namespace llvm;
 
 // ByteSwap - Byteswap 'Var' if 'Really' is true.
@@ -78,6 +77,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.
 //