diff options
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
-rw-r--r-- | llvm/docs/WritingAnLLVMBackend.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html index 077dea0ed62..3301b017b1f 100644 --- a/llvm/docs/WritingAnLLVMBackend.html +++ b/llvm/docs/WritingAnLLVMBackend.html @@ -1299,9 +1299,6 @@ implementation in <tt>SparcInstrInfo.cpp</tt>: </p> <ul> -<li><tt>isMoveInstr</tt> — Return true if the instruction is a register to - register move; false, otherwise.</li> - <li><tt>isLoadFromStackSlot</tt> — If the specified machine instruction is a direct load from a stack slot, return the register number of the destination and the <tt>FrameIndex</tt> of the stack slot.</li> |