Unbreak indirect branches

llvm-svn: 75997
This commit is contained in:
Anton Korobeynikov 2009-07-16 14:12:18 +00:00
parent 2300eaa828
commit 6f3d11cf0b
1 changed files with 1 additions and 1 deletions

View File

@ -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)]>;
}
//===----------------------------------------------------------------------===//