projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eecbf30
)
prepare for func call optimization
author
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 13 Apr 2005 16:19:50 +0000
(16:19 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Wed, 13 Apr 2005 16:19:50 +0000
(16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21285
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaInstrInfo.td
b/lib/Target/Alpha/AlphaInstrInfo.td
index 5f3cac7fe54462ffc3b2bfc96147da3777b6ffb9..72f21f0bf9b06b41b8a1ef4ad0588f8e0540405d 100644
(file)
--- a/
lib/Target/Alpha/AlphaInstrInfo.td
+++ b/
lib/Target/Alpha/AlphaInstrInfo.td
@@
-29,7
+29,7
@@
def IDEF : PseudoInstAlpha<(ops GPRC:$RA), "#idef $RA">;
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">;
//*****************