aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-02-03 03:07:37 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-02-03 03:07:37 +0000
commit133d3100eafed975b92f0714a959be438edcb32a (patch)
tree900dfb6d1163982d6185835beb442d2d7351b37f /lib/Target/Alpha/AlphaInstrInfo.h
parent84e752a8129e7a02ee6e3c6d356a8fd68fbdf698 (diff)
downloadexternal_llvm-133d3100eafed975b92f0714a959be438edcb32a.zip
external_llvm-133d3100eafed975b92f0714a959be438edcb32a.tar.gz
external_llvm-133d3100eafed975b92f0714a959be438edcb32a.tar.bz2
isStoreToStackSlot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.h')
-rw-r--r--lib/Target/Alpha/AlphaInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
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 @@ public:
unsigned &SrcReg, unsigned &DstReg) const;
virtual unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const;
+ virtual unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const;
};
}