Fix a typo evan noticed

llvm-svn: 26454
This commit is contained in:
Chris Lattner 2006-03-01 19:55:35 +00:00
parent f770cf5b90
commit 232024edb8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ namespace {
private:
/// SimplifyDemandedBits - Check the specified integer node value to see if
/// it can be simplified or if things is uses can be simplified by bit
/// it can be simplified or if things it uses can be simplified by bit
/// propagation. If so, return true.
bool SimplifyDemandedBits(SDOperand Op) {
TargetLowering::TargetLoweringOpt TLO(DAG);