mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix a typo evan noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92ae740396
commit
b2742f4a26
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user