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