mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND from being recognized by disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -352,11 +352,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
|
||||
return FILTER_STRONG;
|
||||
|
||||
|
||||
// TEMPORARY pending bug fixes
|
||||
|
||||
if (Name.find("VROUND") != Name.npos)
|
||||
return FILTER_STRONG;
|
||||
|
||||
// Filter out artificial instructions
|
||||
|
||||
if (Name.find("TAILJMP") != Name.npos ||
|
||||
|
||||
Reference in New Issue
Block a user