diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-09-08 23:39:54 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-09-08 23:39:54 +0000 |
commit | 359f8ba3370b935996d7c26e9a929d7de9d7f570 (patch) | |
tree | 89351e697590e7554a76b73eee97b3273197c2fa /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | |
parent | 4c7c109eecfb60c3f3a76606d7c853617914b743 (diff) | |
download | bcm5719-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.cpp | 4 |
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. // //===----------------------------------------------------------------------===// |