diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-09 17:06:51 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-09 17:06:51 +0000 |
commit | 1edb8e0910db4cda46a81a4abad80a2a755442aa (patch) | |
tree | 4955e465346288e61c97d59acb851f72a678551f /include/llvm/CodeGen/MachineBasicBlock.h | |
parent | 9d51c972c12ad213cfb1d8f9179bad72a6a5a09a (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86558 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineBasicBlock.h')
-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 585ee147a1..95fd6a4ec6 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -246,7 +246,7 @@ public: /// transferSuccessors - Transfers all the successors from MBB to this /// machine basic block (i.e., copies all the successors fromMBB and - /// remove all the successors fromBB). + /// remove all the successors from fromMBB). void transferSuccessors(MachineBasicBlock *fromMBB); /// isSuccessor - Return true if the specified MBB is a successor of this |