mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
[PowerPC] Add branch flag on asm parser-only branch instructions
This flag was missing but it wasn't an issue as nothing depended on it for these asm parser-only instructions. Now that LLDB support is slowly landing, it is important to get this right. Committing on behalf of Leonardo Bianconi. Differential revision: https://reviews.llvm.org/D40846 llvm-svn: 320475
This commit is contained in:
parent
fbdbebb240
commit
c6691a3187
@ -4336,7 +4336,7 @@ def RLWNMobm : PPCAsmPseudo<"rlwnm. $rA, $rS, $n, $b",
|
||||
|
||||
// These generic branch instruction forms are used for the assembler parser only.
|
||||
// Defs and Uses are conservative, since we don't know the BO value.
|
||||
let PPC970_Unit = 7 in {
|
||||
let PPC970_Unit = 7, isBranch = 1 in {
|
||||
let Defs = [CTR], Uses = [CTR, RM] in {
|
||||
def gBC : BForm_3<16, 0, 0, (outs),
|
||||
(ins u5imm:$bo, crbitrc:$bi, condbrtarget:$dst),
|
||||
|
Loading…
Reference in New Issue
Block a user