Clean up a comment.
authorBob Wilson <bob.wilson@apple.com>
Wed, 8 Sep 2010 23:39:54 +0000 (23:39 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 8 Sep 2010 23:39:54 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113442 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMExpandPseudoInsts.cpp

index fc2e3c3fadaead2249de4127bfa4c78d546a816b..a14e732cb4ad439d85af38add588d10b5f330f1c 100644 (file)
@@ -7,10 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains a pass that expand pseudo instructions into target
+// This file contains a pass that expands pseudo instructions into target
 // instructions to allow proper scheduling, if-conversion, and other late
 // optimizations. This pass should be run after register allocation but before
-// post- regalloc scheduling pass.
+// the post-regalloc scheduling pass.
 //
 //===----------------------------------------------------------------------===//