Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Sep 2010 22:42:21 +0000 (22:42 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Sep 2010 22:42:21 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113653 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CriticalAntiDepBreaker.cpp

index 335d2d8e9bac7737bf2d9ca56aa985f38aba05d2..44ff9b3cad6bd5634ab34942245274edf41c0c37 100644 (file)
@@ -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]
   // ...