mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
Fix a typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b913bd485a
commit
0850d7f154
@ -778,7 +778,7 @@ INITIALIZE_PASS_END(LoopSimplify, "loop-simplify",
|
||||
char &llvm::LoopSimplifyID = LoopSimplify::ID;
|
||||
Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); }
|
||||
|
||||
/// runOnLoop - Run down all loops in the CFG (recursively, but we could do
|
||||
/// runOnFunction - Run down all loops in the CFG (recursively, but we could do
|
||||
/// it in any convenient order) inserting preheaders...
|
||||
///
|
||||
bool LoopSimplify::runOnFunction(Function &F) {
|
||||
|
Loading…
Reference in New Issue
Block a user