Add isIndirectBranch flag.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka 2011-08-11 21:05:37 +00:00
parent 98985f959c
commit 1f8d822023

View File

@ -547,6 +547,7 @@ let mayStore = 1, Constraints = "$src = $dst" in
/// Jump and Branch Instructions
def J : JumpFJ<0x02, "j">;
let isIndirectBranch = 1 in
def JR : JumpFR<0x00, 0x08, "jr">;
def JAL : JumpLink<0x03, "jal">;
def JALR : JumpLinkReg<0x00, 0x09, "jalr">;