summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineOperand.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-10 19:27:34 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-10 19:27:34 +0000
commitf1deaff53b5ab02821a10ce561966b46aa0dda5e (patch)
treebdbc9925d9b5b5188d988be1494b6f0aedd42644 /include/llvm/CodeGen/MachineOperand.h
parent938200859ec714f59f8f93acceb999e212e9c539 (diff)
downloadllvm-f1deaff53b5ab02821a10ce561966b46aa0dda5e.tar.gz
llvm-f1deaff53b5ab02821a10ce561966b46aa0dda5e.tar.bz2
llvm-f1deaff53b5ab02821a10ce561966b46aa0dda5e.tar.xz
Clean up comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineOperand.h')
-rw-r--r--include/llvm/CodeGen/MachineOperand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h
index a414b0fc3d..d244dd9210 100644
--- a/include/llvm/CodeGen/MachineOperand.h
+++ b/include/llvm/CodeGen/MachineOperand.h
@@ -444,8 +444,7 @@ public:
/// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
/// It is sometimes necessary to detach the register mask pointer from its
/// machine operand. This static method can be used for such detached bit
- /// mask pointers. clobbersPhysReg - Returns true if this RegMask operand
- /// clobbers PhysReg.
+ /// mask pointers.
static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) {
// See TargetRegisterInfo.h.
assert(PhysReg < (1u << 30) && "Not a physical register");