I can type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-08-08 02:54:37 +00:00
parent 41aefdcdd1
commit 34f8a029e3

View File

@ -109,7 +109,7 @@ bool Thumb2ITBlockPass::runOnMachineFunction(MachineFunction &Fn) {
return Modified;
}
/// createThumb2ITBlockPass - returns and instance of the Thumb IT blocks
/// createThumb2ITBlockPass - Returns an instance of the Thumb2 IT blocks
/// insertion pass.
FunctionPass *llvm::createThumb2ITBlockPass() {
return new Thumb2ITBlockPass();