1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Fix a typo evan noticed

llvm-svn: 26454
This commit is contained in:
Chris Lattner 2006-03-01 19:55:35 +00:00
parent 09c0bfcbaf
commit 5544c94289

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);