diff options
author | Chris Lattner <sabre@nondot.org> | 2011-12-20 01:11:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-12-20 01:11:37 +0000 |
commit | b5e8b8c8f762ae9a95f52a477440e426622d5446 (patch) | |
tree | 04c6f983438bffa1d72ff24caf51cf15d82758a2 /include | |
parent | eb4c70b9c4683978b30042329c8e2761e0becc59 (diff) | |
download | external_llvm-b5e8b8c8f762ae9a95f52a477440e426622d5446.zip external_llvm-b5e8b8c8f762ae9a95f52a477440e426622d5446.tar.gz external_llvm-b5e8b8c8f762ae9a95f52a477440e426622d5446.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/MachineBasicBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h index 10a32d3..d32690b 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -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() { |