commit | 133d3100eafed975b92f0714a959be438edcb32a | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Feb 03 03:07:37 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Feb 03 03:07:37 2006 +0000 |
tree | 900dfb6d1163982d6185835beb442d2d7351b37f | |
parent | 84e752a8129e7a02ee6e3c6d356a8fd68fbdf698 [diff] [blame] |
isStoreToStackSlot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25925 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaInstrInfo.h b/lib/Target/Alpha/AlphaInstrInfo.h index 5211e6f..7eed9ef 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.h +++ b/lib/Target/Alpha/AlphaInstrInfo.h
@@ -37,6 +37,7 @@ unsigned &SrcReg, unsigned &DstReg) const; virtual unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const; + virtual unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const; }; }