brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · 29028da Raw
21 lines · plain
1; RUN: llvm-ml -filetype=s %s /I %S /Fo - | FileCheck %s2 3include included.inc4 5.code6 7t1:8mov eax, Const9 10; CHECK-LABEL: t1:11; CHECK-NEXT: mov eax, 812 13t2:14push_pop ebx15 16; CHECK-LABEL: t2:17; CHECK-NEXT: push ebx18; CHECK-NEXT: pop ebx19 20end21