File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
llvm/lib/Target/ARM/Disassembler Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -6259,8 +6259,6 @@ ARMDisassembler::checkThumbPredicate(MCInst &MI) const {
62596259
62606260 const FeatureBitset &FeatureBits = getSubtargetInfo ().getFeatureBits ();
62616261
6262- // A few instructions actually have predicates encoded in them. Don't
6263- // try to overwrite it if we're seeing one of those.
62646262 switch (MI.getOpcode ()) {
62656263 case ARM::tBcc:
62666264 case ARM::t2Bcc:
@@ -6280,8 +6278,6 @@ ARMDisassembler::checkThumbPredicate(MCInst &MI) const {
62806278 // allowed in IT blocks.
62816279 if (ITBlock.instrInITBlock ())
62826280 S = SoftFail;
6283- else
6284- return Success;
62856281 break ;
62866282 case ARM::t2HINT:
62876283 if (MI.getOperand (0 ).getImm () == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0 )
You can’t perform that action at this time.
0 commit comments