ADd a method

llvm-svn: 30707
This commit is contained in:
Chris Lattner 2006-10-03 20:16:45 +00:00
parent 64fd9487bd
commit 9744b68d57
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ public:
/// will return -1.
///
int getNumber() const { return Number; }
void setNumber(int N) { Number = N; }
private: // Methods used to maintain doubly linked list of blocks...
friend struct ilist_traits<MachineBasicBlock>;