summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-11 14:01:43 +0000
committerAlp Toker <alp@nuanti.com>2014-01-11 14:01:43 +0000
commit798060e006e3acef032f56cf3d2fba4cfec8e073 (patch)
treee067a7de2128e1fa453953c83f18cdf6d39cf871 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentf0a245944eca82327d5c939a9541cedc81230e47 (diff)
downloadbcm5719-llvm-798060e006e3acef032f56cf3d2fba4cfec8e073.tar.gz
bcm5719-llvm-798060e006e3acef032f56cf3d2fba4cfec8e073.zip
Fix 'ned' typo in doc comment
Patch by Jasper Neumann! llvm-svn: 199007
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 835f643cc1f..d67c84664eb 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -627,7 +627,7 @@ public:
bool useVoidTy = false);
/// UpdateSplitBlock - When an MBB was split during scheduling, update the
- /// references that ned to refer to the last resulting block.
+ /// references that need to refer to the last resulting block.
void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
private:
OpenPOWER on IntegriCloud