diff options
-rw-r--r-- | test/MC/AsmParser/x86_instructions.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/MC/AsmParser/x86_instructions.s b/test/MC/AsmParser/x86_instructions.s deleted file mode 100644 index 71f98f0..0000000 --- a/test/MC/AsmParser/x86_instructions.s +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s - -# Simple instructions - subb %al, %al -# CHECK: MCInst(opcode=1831, operands=[reg:2, reg:0, reg:2]) |