commit | 756fbeb905fa0e6391d207c3fbe1e547ed5e758c | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Sat Oct 22 22:06:58 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Sat Oct 22 22:06:58 2005 +0000 |
tree | 440db0bb1a91902cfedc9cf7750814d54938cdbe | |
parent | 07be8d42127dbddc73ed4489daf815439514e3e5 [diff] [blame] |
Well, the Constant matching pattern works. Can't say much about calls or globals yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23884 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index 2edad0f..2bcd526 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/lib/Target/Alpha/AlphaISelLowering.h
@@ -59,6 +59,8 @@ void restoreGP(MachineBasicBlock* BB); void restoreRA(MachineBasicBlock* BB); + unsigned getVRegGP() { return GP; } + unsigned getVRegRA() { return RA; } }; }