diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-12-05 23:41:45 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-12-05 23:41:45 +0000 |
commit | 08c4a775e6ac6ddceeb7d3538eb67de35cb91c9d (patch) | |
tree | 8c612208ec70a332efb145d898c42e1e9268b7d1 | |
parent | 3c7c4d7508c8d9e71aa0483631eb04ef2836263b (diff) | |
download | bcm5719-llvm-08c4a775e6ac6ddceeb7d3538eb67de35cb91c9d.tar.gz bcm5719-llvm-08c4a775e6ac6ddceeb7d3538eb67de35cb91c9d.zip |
yea, it helps to have your path set right when testing
llvm-svn: 24613
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.td | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td index b5c4510b4f6..1530b660745 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td @@ -104,10 +104,12 @@ def IDEF_F64 : PseudoInstAlpha<(ops F8RC:$RA), "#idef $RA", [(set F8RC:$RA, (undef))]>; def WTF : PseudoInstAlpha<(ops variable_ops), "#wtf", []>; -def ADJUSTSTACKUP : PseudoInstAlpha<(ops s64imm:$amt), "ADJUP", +let isLoad = 1, hasCtrlDep = 1 in { +def ADJUSTSTACKUP : PseudoInstAlpha<(ops s64imm:$amt), "; ADJUP $amt", [(callseq_start imm:$amt)]>; -def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops s64imm:$amt), "ADJDOWN", +def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops s64imm:$amt), "; ADJDOWN $amt", [(callseq_end imm:$amt)]>; +} def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$TARGET:\n", []>; def PCLABEL : PseudoInstAlpha<(ops s64imm:$num), "PCMARKER_$num:\n",[]>; def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i, s64imm:$j, s64imm:$k, s64imm:$m), |