Revert r110396 to fix buildbots.
[oota-llvm.git] / include / llvm / Transforms / IPO / InlinerPass.h
index 3ac4c591c94f5d280887cf95ce0fb41e9927d6c5..6af7ed7bdbfcacbb8122a61c780717090c85037e 100644 (file)
@@ -30,8 +30,8 @@ namespace llvm {
 /// perform the inlining operations that do not depend on the policy.
 ///
 struct Inliner : public CallGraphSCCPass {
-  explicit Inliner(char &ID);
-  explicit Inliner(char &ID, int Threshold);
+  explicit Inliner(void *ID);
+  explicit Inliner(void *ID, int Threshold);
 
   /// getAnalysisUsage - For this class, we declare that we require and preserve
   /// the call graph.  If the derived class implements this method, it should