[llvm-commits] [llvm] r50316 - /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Chris Lattner sabre at nondot.org
Sat Apr 26 18:49:46 PDT 2008


Author: lattner
Date: Sat Apr 26 20:49:46 2008
New Revision: 50316

URL: http://llvm.org/viewvc/llvm-project?rev=50316&view=rev
Log:
typo

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?rev=50316&r1=50315&r2=50316&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp Sat Apr 26 20:49:46 2008
@@ -1669,7 +1669,7 @@
 
 /// ChooseConstraint - If there are multiple different constraints that we
 /// could pick for this operand (e.g. "imr") try to pick the 'best' one.
-/// This is somewhat tricky: constraints fall into three four classes:
+/// This is somewhat tricky: constraints fall into four classes:
 ///    Other         -> immediates and magic values
 ///    Register      -> one specific register
 ///    RegisterClass -> a group of regs





More information about the llvm-commits mailing list