Fixing broken links
[oota-llvm.git] / docs / WritingAnLLVMPass.html
index 76604610a8022db4f30b3e0a9629d134fdfce7b6..1bb90f79d53598665d86ceb2fd0075cb70015630 100644 (file)
@@ -1420,7 +1420,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.</p>
 <div class="doc_text">
 
 <p>Currently, the <tt>PassManager</tt>'s <tt>run</tt> method takes a <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/structllvm_1_1Module.html">Module</a></tt>
+href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Module.html">Module</a></tt>
 as input, and runs all of the passes on this module.  The problem with this
 approach is that none of the <tt>PassManager</tt> features can be used for
 timing and debugging the actual <b>loading</b> of the module from disk or