projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993dfb1
)
White space fix.
author
Louis Gerbarg
<lgg@apple.com>
Thu, 31 Jul 2014 22:57:46 +0000
(22:57 +0000)
committer
Louis Gerbarg
<lgg@apple.com>
Thu, 31 Jul 2014 22:57:46 +0000
(22:57 +0000)
llvm-svn: 214455
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index
4506eac
..
445b4e0
100644
(file)
--- a/
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@
-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),