mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix typo in comment.
llvm-svn: 3773
This commit is contained in:
parent
ee3caccf5c
commit
da78de96b2
@ -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