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
/
Assembler
/
invalid-fwdref1.ll
blob
ef8b16cadceb334b0ab75b1578bfa242698cdfaf
1
; RUN: not llvm-as %s -disable-output 2>&1 | grep "invalid forward reference to function as global value!"
2
3
define i8* @test1() { ret i8* @test1a }
4
define void @test1a() { }