Revert r110396 to fix buildbots.
[oota-llvm.git] / include / llvm / Analysis / Passes.h
index 37425ebe8358841e2c57b872d42f3c4d539e95cc..e8e77960ad8fc3193bc279a5088b06df74767f7e 100644 (file)
@@ -92,7 +92,7 @@ namespace llvm {
   // file.
   //
   ModulePass *createProfileLoaderPass();
-  extern char &ProfileLoaderPassID;
+  extern const PassInfo *ProfileLoaderPassID;
 
   //===--------------------------------------------------------------------===//
   //
@@ -106,7 +106,7 @@ namespace llvm {
   // instead of loading it from a previous run.
   //
   FunctionPass *createProfileEstimatorPass();
-  extern char &ProfileEstimatorPassID;
+  extern const PassInfo *ProfileEstimatorPassID;
 
   //===--------------------------------------------------------------------===//
   //