mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
grammar
llvm-svn: 82149
This commit is contained in:
parent
b415837d62
commit
3d859b95f0
@ -208,7 +208,7 @@ public:
|
||||
}
|
||||
|
||||
/// findRegisterUseOperandIdx() - Returns the operand index that is a use of
|
||||
/// the specific register or -1 if it is not found. It further tightening
|
||||
/// the specific register or -1 if it is not found. It further tightens
|
||||
/// the search criteria to a use that kills the register if isKill is true.
|
||||
int findRegisterUseOperandIdx(unsigned Reg, bool isKill = false,
|
||||
const TargetRegisterInfo *TRI = NULL) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user