mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix typo
llvm-svn: 146940
This commit is contained in:
parent
80dc86c550
commit
f60c5dadf8
@ -513,7 +513,7 @@ public:
|
||||
/// instruction is a bundle this function will remove all the bundled
|
||||
/// instructions as well. It is up to the caller to keep a list of the
|
||||
/// bundled instructions and re-insert them if desired. This function is
|
||||
/// *not recommended* for manipulating instructions with bundled. Use
|
||||
/// *not recommended* for manipulating instructions with bundles. Use
|
||||
/// splice instead.
|
||||
MachineInstr *remove(MachineInstr *I);
|
||||
void clear() {
|
||||
|
Loading…
Reference in New Issue
Block a user