Fix alpha regressions.
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 27 Dec 2005 03:53:58 +0000 (03:53 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 27 Dec 2005 03:53:58 +0000 (03:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25025 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaInstrInfo.td

index 97c9d81f7ad581374b173d71187cbc10449cd8fb..9e0e4eaf9d19e2061977cd05fa8b8126b8348fad 100644 (file)
@@ -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",[]>;