repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git]
/
test
/
Verifier
/
2006-12-12-IntrinsicDefine.ll
blob
b63ae65aa2e7f6cef5a8b111e0032f1df6f1079d
1
; RUN: not llvm-as < %s |& grep {llvm intrinsics cannot be defined}
2
; PR1047
3
4
define void @llvm.memcpy.i32(i8*, i8*, i32, i32) {
5
entry:
6
ret void
7
}