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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2008-02-18-IntPointerCrash.ll
blob
5a661ad9b99a2d76f915bbb56272305ad31892cc
1
; RUN: not llvm-as %s |& grep {integer constant must have integer type}
2
; PR2060
3
4
define i8* @foo() {
5
ret i8* 0
6
}