summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZInstrInfo.td
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:12:18 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:12:18 +0000
commit0ba60d96588e8491c0ae0367d152d1c274986793 (patch)
tree1e45f408ca3bad4d23946b22da738fd69cddc3d5 /lib/Target/SystemZ/SystemZInstrInfo.td
parent78085ee80cdfc7d2aec2da4b6dd9371b866b31fd (diff)
downloadllvm-0ba60d96588e8491c0ae0367d152d1c274986793.tar.gz
llvm-0ba60d96588e8491c0ae0367d152d1c274986793.tar.bz2
llvm-0ba60d96588e8491c0ae0367d152d1c274986793.tar.xz
Unbreak indirect branches
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZInstrInfo.td')
-rw-r--r--lib/Target/SystemZ/SystemZInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZInstrInfo.td b/lib/Target/SystemZ/SystemZInstrInfo.td
index 377f974645..0c0c30bd6d 100644
--- a/lib/Target/SystemZ/SystemZInstrInfo.td
+++ b/lib/Target/SystemZ/SystemZInstrInfo.td
@@ -137,7 +137,7 @@ let isCall = 1 in
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)]>;
}
//===----------------------------------------------------------------------===//