mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 01:27:08 +00:00
[SystemZ] Remove isBranch and isTerminator flags on BRCT and BRCTG.
The BranchUnaryRI instruction class already sets these flags. Reviewed by Ulrich Weigand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d49b92d802
commit
808bd66d10
@ -192,7 +192,7 @@ defm AsmJLE : IntCondExtendedMnemonic<12, "le", "nh">;
|
||||
|
||||
// Decrement a register and branch if it is nonzero. These don't clobber CC,
|
||||
// but we might need to split long branches into sequences that do.
|
||||
let isBranch = 1, isTerminator = 1, Defs = [CC] in {
|
||||
let Defs = [CC] in {
|
||||
def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
|
||||
def BRCTG : BranchUnaryRI<"brctg", 0xA77, GR64>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user