prepare for func call optimization
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 13 Apr 2005 16:19:50 +0000 (16:19 +0000)
committerAndrew 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

index 5f3cac7fe54462ffc3b2bfc96147da3777b6ffb9..72f21f0bf9b06b41b8a1ef4ad0588f8e0540405d 100644 (file)
@@ -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">;
 
 //*****************