Add a pattern for 'ret'. This now compiles:
authorChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 08:08:42 +0000 (08:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 08:08:42 +0000 (08:08 +0000)
void %test() { ret void }

:)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24772 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SparcV8/SparcV8InstrInfo.td

index 100e96b3fd5c742ad06bd17ba1cc10f5536d3c3a..e354a07962c52e48364a23c92c01732a7a34332d 100644 (file)
@@ -58,7 +58,7 @@ let isReturn = 1, isTerminator = 1, hasDelaySlot = 1 in {
                    "ret $b, $c, $dst", []>;
   let rd = O7.Num, rs1 = G0.Num, simm13 = 8 in
     def RETL: F3_2<2, 0b111000, (ops),
-                   "retl", []>;
+                   "retl", [(ret)]>;
 }
 // CMP is a special case of SUBCC where destination is ignored, by setting it to
 // %g0 (hardwired zero).
index 100e96b3fd5c742ad06bd17ba1cc10f5536d3c3a..e354a07962c52e48364a23c92c01732a7a34332d 100644 (file)
@@ -58,7 +58,7 @@ let isReturn = 1, isTerminator = 1, hasDelaySlot = 1 in {
                    "ret $b, $c, $dst", []>;
   let rd = O7.Num, rs1 = G0.Num, simm13 = 8 in
     def RETL: F3_2<2, 0b111000, (ops),
-                   "retl", []>;
+                   "retl", [(ret)]>;
 }
 // CMP is a special case of SUBCC where destination is ignored, by setting it to
 // %g0 (hardwired zero).