mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
White space fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af85a0953c
commit
e120a76944
@ -11185,7 +11185,7 @@ bool DAGCombiner::SimplifySelectOps(SDNode *TheSelect, SDValue LHS,
|
||||
// but the new load must be the minimum (most restrictive) alignment of the
|
||||
// inputs.
|
||||
bool isInvariant = LLD->getAlignment() & RLD->getAlignment();
|
||||
unsigned Alignment = std::min(LLD->getAlignment(),RLD->getAlignment());
|
||||
unsigned Alignment = std::min(LLD->getAlignment(), RLD->getAlignment());
|
||||
if (LLD->getExtensionType() == ISD::NON_EXTLOAD) {
|
||||
Load = DAG.getLoad(TheSelect->getValueType(0),
|
||||
SDLoc(TheSelect),
|
||||
|
Loading…
x
Reference in New Issue
Block a user