brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 0aac244 Raw
18 lines · plain
1; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s2 3OPTION pRoLoGuE:nOnE, EPILogue:None4 5.code6 7t1 PROC8  ret9t1 ENDP10 11; CHECK-LABEL: t1:12; CHECK-NOT: pop13; CHECK-NOT: push14; CHECK: {{^ *}}ret{{ *$}}15 16end17 18