[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Apr 13 09:20:07 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.39 -> 1.40
---
Log message:
prepare for func call optimization
---
Diffs of the changes: (+1 -1)
AlphaInstrInfo.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.39 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.40
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.39 Thu Apr 7 12:17:48 2005
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td Wed Apr 13 11:19:50 2005
@@ -29,7 +29,7 @@
def WTF : PseudoInstAlpha<(ops ), "#wtf">;
def ADJUSTSTACKUP : PseudoInstAlpha<(ops ), "ADJUP">;
def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops ), "ADJDOWN">;
-
+def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$TARGET:\n">;
def PCLABEL : PseudoInstAlpha<(ops s64imm:$num), "PCMARKER_$num:\n">;
//*****************
More information about the llvm-commits
mailing list