mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 17:28:21 +00:00
Fix 'ned' typo in doc comment
Patch by Jasper Neumann! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c28d2024f
commit
1a1ec67710
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user