[llvm-commits] [llvm] r75997 - /llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td

Anton Korobeynikov asl at math.spbu.ru
Thu Jul 16 07:12:19 PDT 2009


Author: asl
Date: Thu Jul 16 09:12:18 2009
New Revision: 75997

URL: http://llvm.org/viewvc/llvm-project?rev=75997&view=rev
Log:
Unbreak indirect branches

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td

Modified: llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td?rev=75997&r1=75996&r2=75997&view=diff

==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td Thu Jul 16 09:12:18 2009
@@ -137,7 +137,7 @@
     def CALLi     : Pseudo<(outs), (ins i64imm:$dst, variable_ops),
                            "brasl\t%r14, $dst", [(SystemZcall imm:$dst)]>;
     def CALLr     : Pseudo<(outs), (ins ADDR64:$dst, variable_ops),
-                           "brasl\t%r14, $dst", [(SystemZcall ADDR64:$dst)]>;
+                           "basr\t%r14, $dst", [(SystemZcall ADDR64:$dst)]>;
   }
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list