From 58b9ece38da1e42b3726246747295d8fa97eb35f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Apr 2008 01:49:46 +0000 Subject: [PATCH] typo llvm-svn: 50316 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index dd9d96cca67f..5ccad9ebf8c2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -1669,7 +1669,7 @@ static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { /// 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