mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Fix a comment.
llvm-svn: 13518
This commit is contained in:
parent
f29acd5214
commit
b964085c4c
@ -161,8 +161,10 @@ public:
|
||||
void dump() const;
|
||||
void print(std::ostream &OS) const;
|
||||
|
||||
// MachineBasicBlocks are uniquely numbered at the function level
|
||||
// (unless they're not in a MachineFunction yet)
|
||||
/// getNumber - MachineBasicBlocks are uniquely numbered at the function
|
||||
/// level, unless they're not in a MachineFunction yet, in which case this
|
||||
/// will return -1.
|
||||
///
|
||||
int getNumber() const { return Number; }
|
||||
|
||||
private: // Methods used to maintain doubly linked list of blocks...
|
||||
|
Loading…
x
Reference in New Issue
Block a user