diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-04-27 01:49:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-04-27 01:49:46 +0000 |
| commit | 58b9ece38da1e42b3726246747295d8fa97eb35f (patch) | |
| tree | 3f935e276dae85b2380304d6bde320ac209414fc /llvm/lib/CodeGen/SelectionDAG | |
| parent | 22379734384ab2548659ef782f16779c5c041264 (diff) | |
| download | bcm5719-llvm-58b9ece38da1e42b3726246747295d8fa97eb35f.tar.gz bcm5719-llvm-58b9ece38da1e42b3726246747295d8fa97eb35f.zip | |
typo
llvm-svn: 50316
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index dd9d96cca67..5ccad9ebf8c 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 |

