[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-ml / include_by_env_var_errors.asm
blob7c2b5e8356b9a8ce1733f506ff499d2230949daa
1 ; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:
2 ; RUN: env INCLUDE=%S not llvm-ml -filetype=s %s /X /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:
4 ; CHECK: :[[# @LINE + 1]]:9: error: Could not find include file 'included.inc'
5 include included.inc
7 .code
9 t1:
10 mov eax, Const
12 t2:
13 ; CHECK: :[[# @LINE + 1]]:1: error: invalid instruction mnemonic 'push_pop'
14 push_pop ebx
16 end