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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
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() { }