diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-11 00:31:28 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-11 00:33:55 -0700 |
commit | 08b275f62e2721296d8f0cf234c8ea1c45e7fa91 (patch) | |
tree | 8337de25b9b037affb74c7900cad2e4d74539736 /clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp | |
parent | 55ed35ecb9722f085b68c6d89c6dc099787689dd (diff) | |
download | llvm-08b275f62e2721296d8f0cf234c8ea1c45e7fa91.zip llvm-08b275f62e2721296d8f0cf234c8ea1c45e7fa91.tar.gz llvm-08b275f62e2721296d8f0cf234c8ea1c45e7fa91.tar.bz2 |
[X86] Remove unnecessary In64BitMode predicate from TEST64ri32. NFC
This appears to have been added when In64BitMode was added to a
bunch of instructions that don't have register operands. When an
instruction uses a register the parser will prevent a 64-bit
register from being parsed on a 32-bit target. But with only
memory and immediate operands this doesn't happen.
TEST64ri32 does have a register operand so the issue the predicate
was supposed to fix doesn't apply.
Diffstat (limited to 'clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp')
0 files changed, 0 insertions, 0 deletions