]> granicus.if.org Git - llvm/commit
[docs] Make WritingAnLLVMPass.rst up-to-date with current state of things
authorAndrey Bokhanko <andreybokhanko@gmail.com>
Tue, 27 Sep 2016 12:07:21 +0000 (12:07 +0000)
committerAndrey Bokhanko <andreybokhanko@gmail.com>
Tue, 27 Sep 2016 12:07:21 +0000 (12:07 +0000)
commit3a76c9a75bc84106e4be5bd9ee008f050608c3a4
tree0f9bcb1e0a446e4552c51187589e6d31a4c87228
parent6be6db92248288419b2b3c44b7ce57e8c07c62d5
[docs] Make WritingAnLLVMPass.rst up-to-date with current state of things

This patch updates WritingAnLLVMPass.rst to make it in line with current state of things.

Specifically:

* Makefile instructions replaced with CMake ones
* Filenames replaced with correct ones
* Example reformatted a bit to make it less confusing and more conforming to LLVM Coding Standards
* opt tool output updated with what it actually prints nowdays
* "gcse" (which doesn't exist anymore) replaced with "gvn" (which still does)

Differential Revision: https://reviews.llvm.org/D24233

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282482 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMPass.rst