repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Verifier
/
2008-11-15-RetVoid.ll
blob
62f6da1131398f967c8124a95a695a31f83c09e9
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
; CHECK: value doesn't match function result type 'void'
3
4
define void @foo() {
5
ret i32 0
6
}