diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-09-10 22:42:21 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-09-10 22:42:21 +0000 |
commit | f3ecfd0e53028ed0c7b6249a50c5483288e6f392 (patch) | |
tree | 88125264578c43b536cff1d1c8dfe5474993ac6b /llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp | |
parent | 1c06917f15ea85f0f3d08cd085cdc6966dca92a0 (diff) | |
download | bcm5719-llvm-f3ecfd0e53028ed0c7b6249a50c5483288e6f392.tar.gz bcm5719-llvm-f3ecfd0e53028ed0c7b6249a50c5483288e6f392.zip |
Fix a comment typo.
llvm-svn: 113653
Diffstat (limited to 'llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp b/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp index 335d2d8e9ba..44ff9b3cad6 100644 --- a/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp +++ b/llvm/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] // ... |