[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-objdump / X86 / disassemble-show-raw.test
blob30722c0db7fdc132fe28cb02b2de8382485a366a
1 // RUN: llvm-objdump -d %p/Inputs/trivial.obj.elf-i386 \
2 // RUN:     | FileCheck %s -check-prefix=WITHRAW
3 // RUN: llvm-objdump -d --no-show-raw-insn %p/Inputs/trivial.obj.elf-i386 \
4 // RUN:     | FileCheck %s -check-prefix=NORAW
6 // Expect to find the raw incoding when run with raw output (default), but not
7 // when run explicitly with -no-show-raw-insn
9 WITHRAW: a1 00 00 00 00 movl
11 NORAW: movl
12 NORAW-NOT: a1 00