diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-06-22 17:19:45 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-06-22 17:19:45 +0000 |
| commit | cf9008afea90504949f48f1375aebb7190fc86fd (patch) | |
| tree | a5b1bf0038e05a0099dc3a3ba9cedcbd327a509b /llvm/lib/Target/Alpha/AlphaInstrInfo.td | |
| parent | 9cb5a82cdce822958a808b58792104fa8cc487bf (diff) | |
| download | bcm5719-llvm-cf9008afea90504949f48f1375aebb7190fc86fd.tar.gz bcm5719-llvm-cf9008afea90504949f48f1375aebb7190fc86fd.zip | |
Make it easier to find alpha stuff in doxygen, and fixup labeling
of memory instructions in the assembly, to allow later linking
of traces with LLVM Value*s.
llvm-svn: 22271
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrInfo.td')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td index bc29404ad1f..621d9b4bf23 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td @@ -31,7 +31,7 @@ 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">; -def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i), "LSMARKER_$i:\n">; +def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i, s64imm:$j, s64imm:$k), "LSMARKER$$$i$$$j$$$k:\n">; //***************** //These are shortcuts, the assembler expands them |

