mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9bacc5a84
commit
0e9843db54
@ -247,7 +247,7 @@ private:
|
||||
/// instruction at a time.
|
||||
/// 2. Optimizations do not modify the CFG of the contained function, or any
|
||||
/// other basic block in the function.
|
||||
/// 3. Optimizations conform to all of the contstraints of FunctionPass's.
|
||||
/// 3. Optimizations conform to all of the constraints of FunctionPass's.
|
||||
///
|
||||
struct BasicBlockPass : public FunctionPass {
|
||||
/// doInitialization - Virtual method overridden by subclasses to do
|
||||
|
Loading…
Reference in New Issue
Block a user