================
@@ -2350,6 +2350,7 @@ class BImm<bit op, dag iops, string asm, list<dag> 
pattern>
   let Inst{25-0}  = addr;
 
   let DecoderMethod = "DecodeUnconditionalBranch";
+  let supportsDeactivationSymbol = true;
----------------
pcc wrote:

The 1 in InstrInfo was for consistency with the nearby `let usesCustomInserter 
= 1;` but that's probably not important so I switched it to `true`.

https://github.com/llvm/llvm-project/pull/133536
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to