mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix 'ned' typo in doc comment
Patch by Jasper Neumann! llvm-svn: 199007
This commit is contained in:
parent
a9c0934bea
commit
33459f8615
@ -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