summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-08 23:39:54 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-08 23:39:54 +0000
commit359f8ba3370b935996d7c26e9a929d7de9d7f570 (patch)
tree89351e697590e7554a76b73eee97b3273197c2fa /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
parent4c7c109eecfb60c3f3a76606d7c853617914b743 (diff)
downloadbcm5719-llvm-359f8ba3370b935996d7c26e9a929d7de9d7f570.tar.gz
bcm5719-llvm-359f8ba3370b935996d7c26e9a929d7de9d7f570.zip
Clean up a comment.
llvm-svn: 113442
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index fc2e3c3fada..a14e732cb4a 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -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.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud