aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-30 15:50:09 +0000
committerChris Lattner <sabre@nondot.org>2002-06-30 15:50:09 +0000
commit8137a203f3d8e03d676d50e2464a7c9b20691fce (patch)
tree8b7b260005d3203ab9d89953da2286637500bf6b
parentdc6c1f51ae2ab99c3151a8adf0787d0a117288b0 (diff)
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2803 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/InstrTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h
index 8b5b39091a..e990db7697 100644
--- a/include/llvm/InstrTypes.h
+++ b/include/llvm/InstrTypes.h
@@ -36,7 +36,7 @@ public:
virtual const BasicBlock *getSuccessor(unsigned idx) const = 0;
virtual unsigned getNumSuccessors() const = 0;
- //set a successor at a given index
+ // Set a successor at a given index
virtual void setSuccessor(unsigned idx, BasicBlock *B) = 0;
inline BasicBlock *getSuccessor(unsigned idx) {