summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-12-27 03:53:58 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-12-27 03:53:58 +0000
commit962dcbd5727c8f50fad8bc8fab246dec14f0b86c (patch)
treedca1e45d5e5c43602e19f9af3dae0a6ec921621a /llvm/lib
parent8258489ca4c7d868f65c45f56e01dc5c78c508f1 (diff)
downloadbcm5719-llvm-962dcbd5727c8f50fad8bc8fab246dec14f0b86c.tar.gz
bcm5719-llvm-962dcbd5727c8f50fad8bc8fab246dec14f0b86c.zip
Fix alpha regressions.
llvm-svn: 25025
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/AlphaInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.td b/llvm/lib/Target/Alpha/AlphaInstrInfo.td
index 97c9d81f7ad..9e0e4eaf9d1 100644
--- a/llvm/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.td
@@ -119,7 +119,7 @@ def ADJUSTSTACKUP : PseudoInstAlpha<(ops s64imm:$amt), "; ADJUP $amt",
def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops s64imm:$amt), "; ADJDOWN $amt",
[(callseq_end imm:$amt)]>;
}
-def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$TARGET:\n", []>;
+def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$$$TARGET..ng:\n", []>;
def PCLABEL : PseudoInstAlpha<(ops s64imm:$num), "PCMARKER_$num:\n",[]>;
def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i, s64imm:$j, s64imm:$k, s64imm:$m),
"LSMARKER$$$i$$$j$$$k$$$m:\n",[]>;
OpenPOWER on IntegriCloud