Generalize MVT::ValueType and associated functions to be able to represent
[oota-llvm.git] / include / llvm / PassManagers.h
index 81e89a7ff5f8a90c8f33f608dc0aa10af4f49d71..da056477fcde76f0a02ddd7b0c373a9bc4dea1f2 100644 (file)
@@ -336,7 +336,7 @@ private:
 class FPPassManager : public ModulePass, public PMDataManager {
  
 public:
-  static const int ID;
+  static char ID;
   explicit FPPassManager(int Depth) 
   : ModulePass((intptr_t)&ID), PMDataManager(Depth) { }