diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-11 14:01:43 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-11 14:01:43 +0000 |
commit | 798060e006e3acef032f56cf3d2fba4cfec8e073 (patch) | |
tree | e067a7de2128e1fa453953c83f18cdf6d39cf871 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | f0a245944eca82327d5c939a9541cedc81230e47 (diff) | |
download | bcm5719-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.h | 2 |
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: |