Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Target / PIC16 / PIC16Passes / PIC16Cloner.h
index e8b5aa45cdca9dde86570321c1e03ed51ce85b12..e7d67ce09629a2c9dfc1933273ba54bf222287a0 100644 (file)
@@ -35,7 +35,7 @@ namespace llvm {
   class PIC16Cloner : public ModulePass { 
   public:
     static char ID; // Class identification 
-    PIC16Cloner() : ModulePass(&ID)  {}
+    PIC16Cloner() : ModulePass(ID)  {}
 
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       AU.addRequired<CallGraph>();