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 | f9fde546b68041fc780392289e6846b72e04892b (patch) | |
tree | 24fdc7c6ea7c34f423a05ec365d996e56ded272e /lib/CodeGen | |
parent | 4486c2ee43064fb60afad606262474cb993dd188 (diff) | |
download | external_llvm-f9fde546b68041fc780392289e6846b72e04892b.zip external_llvm-f9fde546b68041fc780392289e6846b72e04892b.tar.gz external_llvm-f9fde546b68041fc780392289e6846b72e04892b.tar.bz2 |
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index dd9d96c..5ccad9e 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/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 |