mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
X86ISD::TEST is dead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10814820f6
commit
7d6ff3a25d
@ -116,7 +116,7 @@ namespace llvm {
|
||||
RDTSC_DAG,
|
||||
|
||||
/// X86 compare and logical compare instructions.
|
||||
CMP, TEST, COMI, UCOMI,
|
||||
CMP, COMI, UCOMI,
|
||||
|
||||
/// X86 SetCC. Operand 1 is condition code, and operand 2 is the flag
|
||||
/// operand produced by a CMP instruction.
|
||||
|
Loading…
Reference in New Issue
Block a user