forked from OSchip/llvm-project
Fix a bug I introduced in the ppc refactoring, which caused long
branches to be emitted as: bne cr0, 2 instead of: bne cr0, $+8 llvm-svn: 119317
This commit is contained in:
parent
2489379756
commit
cfedba706c
|
@ -291,6 +291,7 @@ def directbrtarget : Operand<OtherVT> {
|
|||
let EncoderMethod = "getDirectBrEncoding";
|
||||
}
|
||||
def condbrtarget : Operand<OtherVT> {
|
||||
let PrintMethod = "printBranchOperand";
|
||||
let EncoderMethod = "getCondBrEncoding";
|
||||
}
|
||||
def calltarget : Operand<iPTR> {
|
||||
|
|
Loading…
Reference in New Issue