From f3ecfd0e53028ed0c7b6249a50c5483288e6f392 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 10 Sep 2010 22:42:21 +0000 Subject: [PATCH] Fix a comment typo. llvm-svn: 113653 --- llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp b/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp index 335d2d8e9bac..44ff9b3cad6b 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 = LDR %SP, %reg0, 92, pred:14, pred:%reg0; mem:LD4[FixedStack14] // ...