No really, I'm not on crack

llvm-svn: 9855
This commit is contained in:
Chris Lattner 2003-11-10 04:23:52 +00:00
parent f8deeafd91
commit 47acfeda62
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public:
/// getSuccessorIndex - This is used to interface between code that wants to
/// operate on terminator instructions directly.
unsigned getSuccessorIndex() const { return Idx; }
unsigned getSuccessorIndex() const { return idx; }
inline bool operator==(const _Self& x) const { return idx == x.idx; }
inline bool operator!=(const _Self& x) const { return !operator==(x); }