aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-08 00:37:03 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-08 00:37:03 +0000
commitcfe7f352c798cf705b1a946ff54a8d8558aba322 (patch)
tree883331c86f81a4061b31ba9005718d2559f7570d /llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
parentea5092a3b05ef184f0f73ccb8a4820740f0c2744 (diff)
downloadllvm-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.cpp2
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);