diff options
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 9abf92c94c..8b46fe1ffb 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.td +++ b/lib/Target/PowerPC/PPCInstrInfo.td @@ -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> { |