diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-07-08 00:37:03 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-07-08 00:37:03 +0000 |
commit | cfe7f352c798cf705b1a946ff54a8d8558aba322 (patch) | |
tree | 883331c86f81a4061b31ba9005718d2559f7570d /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | ea5092a3b05ef184f0f73ccb8a4820740f0c2744 (diff) | |
download | bcm5719-llvm-cfe7f352c798cf705b1a946ff54a8d8558aba322.tar.gz bcm5719-llvm-cfe7f352c798cf705b1a946ff54a8d8558aba322.zip |
Remove trailing whitespace from SelectionDAG/*.cpp
llvm-svn: 185780
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 954388daf41..20b98927085 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -3646,7 +3646,7 @@ static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG, SDLoc dl, unsigned NewAlign = (unsigned) TLI.getDataLayout()->getABITypeAlignment(Ty); // Don't promote to an alignment that would require dynamic stack - // realignment. + // realignment. const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo(); if (!TRI->needsStackRealignment(MF)) while (NewAlign > Align && |