diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-10-11 04:29:42 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-10-11 04:29:42 +0000 |
commit | a6bbf33cbfb2d5c9b5e0c729db7dd83599c8ee2d (patch) | |
tree | 6bca0fc0d5bd355ccc234b37b21c517febbe2fe1 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
parent | 9f86f7c2ab9a775661fdcb4c3de6148abfd461ae (diff) | |
download | bcm5719-llvm-a6bbf33cbfb2d5c9b5e0c729db7dd83599c8ee2d.tar.gz bcm5719-llvm-a6bbf33cbfb2d5c9b5e0c729db7dd83599c8ee2d.zip |
Jimptables working again on alpha.
As a bonus, use the GOT node instead of the AlphaISD::GOT for internal stuff.
llvm-svn: 30873
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index a08bb1e5b61..3c7ffa1f9d4 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -36,9 +36,6 @@ namespace llvm { /// RetLit - Literal Relocation of a Global RelLit, - /// GlobalBaseReg - used to restore the GOT ptr - GlobalBaseReg, - /// GlobalRetAddr - used to restore the return address GlobalRetAddr, |