diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 6e46ab39c8..5fc062463c 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -136,6 +136,10 @@ public: delete removeFromParent(); } + /// isLabel - Returns true if the MachineInstr represents a label. + /// + bool isLabel() const; + /// isDebugLabel - Returns true if the MachineInstr represents a debug label. /// bool isDebugLabel() const; |