[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-ml / include.asm
blob29028da8582502aaade7e2e46c54fa7e6917039c
1 ; RUN: llvm-ml -filetype=s %s /I %S /Fo - | FileCheck %s
3 include included.inc
5 .code
7 t1:
8 mov eax, Const
10 ; CHECK-LABEL: t1:
11 ; CHECK-NEXT: mov eax, 8
13 t2:
14 push_pop ebx
16 ; CHECK-LABEL: t2:
17 ; CHECK-NEXT: push ebx
18 ; CHECK-NEXT: pop ebx
20 end