[llvm-commits] [llvm] r113442 - /llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp

Bob Wilson bob.wilson at apple.com
Wed Sep 8 16:39:54 PDT 2010


Author: bwilson
Date: Wed Sep  8 18:39:54 2010
New Revision: 113442

URL: http://llvm.org/viewvc/llvm-project?rev=113442&view=rev
Log:
Clean up a comment.

Modified:
    llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp?rev=113442&r1=113441&r2=113442&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp Wed Sep  8 18:39:54 2010
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list