Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Target / PIC16 / PIC16Passes / PIC16Overlay.h
index 2f611e65de1fdbb9015fd11627b8bc77c3d1872c..5a2551fabcda94acf88059dd6ca0d30d039dcd68 100644 (file)
@@ -39,7 +39,7 @@ namespace  llvm {
     unsigned IndirectCallColor;
   public:
     static char ID; // Class identification 
-    PIC16Overlay() : ModulePass(ID) {
+    PIC16Overlay() : ModulePass(&ID) {
       OverlayStr = "Overlay=";
       InterruptDepth = PIC16OVERLAY::StartInterruptColor;
       IndirectCallColor = PIC16OVERLAY::StartIndirectCallColor;