repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Instrumentation] Fix a warning
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
proc.asm
blob
c8ad818176036fc81afcc23e33fa26fd1be203e6
1
; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
2
; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s
3
4
.code
5
6
t1
PROC
7
ret
8
t1
ENDP
9
10
; CHECK: t1:
11
; CHECK: ret
12
13
END