[llvm-commits] [llvm] r113653 - /llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp
Bob Wilson
bob.wilson at apple.com
Fri Sep 10 15:42:21 PDT 2010
Author: bwilson
Date: Fri Sep 10 17:42:21 2010
New Revision: 113653
URL: http://llvm.org/viewvc/llvm-project?rev=113653&view=rev
Log:
Fix a comment typo.
Modified:
llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp
Modified: llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp?rev=113653&r1=113652&r2=113653&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp (original)
+++ llvm/trunk/lib/CodeGen/CriticalAntiDepBreaker.cpp Fri Sep 10 17:42:21 2010
@@ -177,7 +177,7 @@
// 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]
// ...
More information about the llvm-commits
mailing list