blob: 0aac244db57d99f065d3f6ea75e2d5163d2f5ca7 [file] [log] [blame]
; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
OPTION pRoLoGuE:nOnE, EPILogue:None
.code
t1 PROC
ret
t1 ENDP
; CHECK-LABEL: t1:
; CHECK-NOT: pop
; CHECK-NOT: push
; CHECK: {{^ *}}ret{{ *$}}
end