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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-diff
/
anon-func.ll
blob
a17d1d3015e76af20d6fd74e31631a4e687397a2
1
; RUN: llvm-diff %s %s 2>&1 | FileCheck %s
2
3
; CHECK: not comparing 1 anonymous functions in the left module and 1 in the right module
4
5
define void @0() {
6
ret void
7
}
8