Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriterPass.cpp
index 3a0d3ce0be994066dbf8e834cd2d52e9df834349..91e115cba6cc44915a9edbaa904ce77af50cdaf0 100644 (file)
@@ -21,7 +21,7 @@ namespace {
   public:
     static char ID; // Pass identification, replacement for typeid
     explicit WriteBitcodePass(raw_ostream &o)
-      : ModulePass(&ID), OS(o) {}
+      : ModulePass(ID), OS(o) {}
     
     const char *getPassName() const { return "Bitcode Writer"; }