From: Evan Cheng Date: Sat, 8 Aug 2009 02:54:37 +0000 (+0000) Subject: I can type. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34f8a029e341a74fd02ccb198f4d4f0c8b38c015;p=oota-llvm.git I can type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/Thumb2ITBlockPass.cpp b/lib/Target/ARM/Thumb2ITBlockPass.cpp index d41e6ee1042..da7228b3457 100644 --- a/lib/Target/ARM/Thumb2ITBlockPass.cpp +++ b/lib/Target/ARM/Thumb2ITBlockPass.cpp @@ -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();