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/LegalizeVectorOps.cpp | |
parent | ea5092a3b05ef184f0f73ccb8a4820740f0c2744 (diff) | |
download | llvm-cfe7f352c798cf705b1a946ff54a8d8558aba322.zip llvm-cfe7f352c798cf705b1a946ff54a8d8558aba322.tar.gz llvm-cfe7f352c798cf705b1a946ff54a8d8558aba322.tar.bz2 |
Remove trailing whitespace from SelectionDAG/*.cpp
llvm-svn: 185780
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp index 47fd6aa..7f1351c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp @@ -572,7 +572,7 @@ SDValue VectorLegalizer::ExpandStore(SDValue Op) { SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { // Lower a select instruction where the condition is a scalar and the // operands are vectors. Lower this select to VSELECT and implement it - // using XOR AND OR. The selector bit is broadcasted. + // using XOR AND OR. The selector bit is broadcasted. EVT VT = Op.getValueType(); SDLoc DL(Op); |