mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 17:29:03 +00:00
Fix a tag-o
llvm-svn: 12477
This commit is contained in:
parent
78ffe84887
commit
ae6d999a7e
@ -912,7 +912,7 @@ method. It takes a single template argument that specifies which pass class you
|
||||
want, and returns a reference to that pass. For example:</p>
|
||||
|
||||
<pre>
|
||||
bool LICM::runOnFunction(Function &F) {
|
||||
bool LICM::runOnFunction(Function &F) {
|
||||
LoopInfo &LI = getAnalysis<LoopInfo>();
|
||||
...
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user