Revert r110396 to fix buildbots.
[oota-llvm.git] / include / llvm / Transforms / Utils / SSI.h
index 864e1197a9ffef6f8f1b06dacb02c6d18f0d997c..198fc827bb0b34ac079c44c3de897077af3139d6 100644 (file)
@@ -39,7 +39,7 @@ namespace llvm {
     public:
       static char ID; // Pass identification, replacement for typeid.
       SSI() :
     public:
       static char ID; // Pass identification, replacement for typeid.
       SSI() :
-        FunctionPass(ID) {
+        FunctionPass(&ID) {
       }
 
       void getAnalysisUsage(AnalysisUsage &AU) const;
       }
 
       void getAnalysisUsage(AnalysisUsage &AU) const;