diff options
Diffstat (limited to 'llvm/lib/VMCore/Pass.cpp')
-rw-r--r-- | llvm/lib/VMCore/Pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp index 994a7ffceea..2d483a09fc1 100644 --- a/llvm/lib/VMCore/Pass.cpp +++ b/llvm/lib/VMCore/Pass.cpp @@ -258,7 +258,7 @@ namespace { }; } -// setPreservesCFG - This function should be called to by the pass, iff they do +// setPreservesCFG - This function should be called to by the pass, if they do // not: // // 1. Add or remove basic blocks from the function |