Skip to content

Commit 682f9f4

Browse files
committed
Drop outdated comment
1 parent 42e24cf commit 682f9f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)