summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-11-07 16:32:31 +0000
committerCraig Topper <craig.topper@intel.com>2017-11-07 16:32:31 +0000
commit41bf2407268743b53f8b8e31ab1999f4add4c578 (patch)
tree10d715c63c68456d32f5ddbd5ceff4df79651d1c /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
parent3cd4022c3931c422aa18bd6c80255b12250542ea (diff)
downloadbcm5719-llvm-41bf2407268743b53f8b8e31ab1999f4add4c578.tar.gz
bcm5719-llvm-41bf2407268743b53f8b8e31ab1999f4add4c578.zip
[SelectionDAG] Fix typo in comment. NFC
llvm-svn: 317588
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 5579449107e..e23e28f41e5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -3862,7 +3862,7 @@ void SelectionDAGBuilder::visitMaskedStore(const CallInst &I,
//
// When the first GEP operand is a single pointer - it is the uniform base we
// are looking for. If first operand of the GEP is a splat vector - we
-// extract the spalt value and use it as a uniform base.
+// extract the splat value and use it as a uniform base.
// In all other cases the function returns 'false'.
static bool getUniformBase(const Value* &Ptr, SDValue& Base, SDValue& Index,
SelectionDAGBuilder* SDB) {
OpenPOWER on IntegriCloud