Fix some funky indentation.

llvm-svn: 164087
This commit is contained in:
Evan Cheng 2012-09-18 01:34:40 +00:00
parent aae8fb801e
commit c573599137
1 changed files with 17 additions and 18 deletions

View File

@ -876,8 +876,7 @@ void SelectionDAGLegalize::LegalizeLoadOps(SDNode *Node) {
unsigned ABIAlignment =
TLI.getTargetData()->getABITypeAlignment(Ty);
if (LD->getAlignment() < ABIAlignment){
ExpandUnalignedLoad(cast<LoadSDNode>(Node),
DAG, TLI, RVal, RChain);
ExpandUnalignedLoad(cast<LoadSDNode>(Node), DAG, TLI, RVal, RChain);
}
}
break;