projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c28d20
)
Fix 'ned' typo in doc comment
author
Alp Toker
<alp@nuanti.com>
Sat, 11 Jan 2014 14:01:43 +0000
(14:01 +0000)
committer
Alp Toker
<alp@nuanti.com>
Sat, 11 Jan 2014 14:01:43 +0000
(14:01 +0000)
Patch by Jasper Neumann!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199007
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 835f643cc1fb18c6fd1a56cc0cf072b81564cc26..d67c84664eb125cc920266db25d50d45e107bed9 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/
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 ne
e
d to refer to the last resulting block.
void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
private: