Make non-local memdep not be recursive, and fix a bug on 403.gcc that this exposed.
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
index cd27e318cd99db8ee8e2de93ea80c221ade42b12..4f4ce0e9f1a3b841c0258bbff118362f85134351 100644 (file)
@@ -73,7 +73,7 @@ protected:
   FunctionMapTy FunctionMap;    // Map from a function to its node
 
 public:
-  static const int ID; // Class identification, replacement for typeinfo
+  static char ID; // Class identification, replacement for typeinfo
   //===---------------------------------------------------------------------
   // Accessors...
   //