From: Chris Lattner Date: Sat, 18 Sep 2004 06:39:35 +0000 (+0000) Subject: Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8fdb246fb1eaa2f94ea9aecb06a7e1f210d1cd26;p=oota-llvm.git Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and other problems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16393 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 1f53f050bae..cb9729f975f 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -18,7 +18,7 @@
  • Setting up the build environment
  • Basic code required
  • Running a pass with opt - or analyze
  • + or analyze
  • Pass classes and requirements