We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e24cf commit 682f9f4Copy full SHA for 682f9f4
llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
@@ -6259,8 +6259,6 @@ ARMDisassembler::checkThumbPredicate(MCInst &MI) const {
6259
6260
const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits();
6261
6262
- // A few instructions actually have predicates encoded in them. Don't
6263
- // try to overwrite it if we're seeing one of those.
6264
switch (MI.getOpcode()) {
6265
case ARM::tBcc:
6266
case ARM::t2Bcc:
0 commit comments