summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-10 22:42:21 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-10 22:42:21 +0000
commit59718a4f42551fc0034b860cb8119f728023c303 (patch)
treef879e1b2630f36a6e32d6be9e17eac41cab42b64 /lib/CodeGen/CriticalAntiDepBreaker.cpp
parent6f2ccefdc069b6bd2e8f8b110fc3205b821a17a7 (diff)
downloadllvm-59718a4f42551fc0034b860cb8119f728023c303.tar.gz
llvm-59718a4f42551fc0034b860cb8119f728023c303.tar.bz2
llvm-59718a4f42551fc0034b860cb8119f728023c303.tar.xz
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CriticalAntiDepBreaker.cpp')
-rw-r--r--lib/CodeGen/CriticalAntiDepBreaker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CriticalAntiDepBreaker.cpp b/lib/CodeGen/CriticalAntiDepBreaker.cpp
index 335d2d8e9b..44ff9b3cad 100644
--- a/lib/CodeGen/CriticalAntiDepBreaker.cpp
+++ b/lib/CodeGen/CriticalAntiDepBreaker.cpp
@@ -177,7 +177,7 @@ void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
// that have special allocation requirements. Also assume all registers
// used in a call must not be changed (ABI).
// FIXME: The issue with predicated instruction is more complex. We are being
- // conservatively here because the kill markers cannot be trusted after
+ // conservative here because the kill markers cannot be trusted after
// if-conversion:
// %R6<def> = LDR %SP, %reg0, 92, pred:14, pred:%reg0; mem:LD4[FixedStack14]
// ...