No really, I'm not on crack
authorChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2003 04:23:52 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Nov 2003 04:23:52 +0000 (04:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9855 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CFG.h

index 0a58104ee4f49f2b13c4af1e7b923b86ca47a6c4..26616dbb7a04724f46957cdeb85969adb86d266f 100644 (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); }