brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · 69e55d0 Raw
17 lines · plain
1; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s2 3.code4 5t1:6call dword ptr [eax]7 8; CHECK-LABEL: t1:9; CHECK-NEXT: call10 11t2 dword 512 13; CHECK-LABEL: t2:14; CHECK-NEXT: .long 515 16END17