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
/
CodeGen
/
X86
/
2006-10-02-BoolRetCrash.ll
blob
795d4647a3f66358a5da96a2189e1d3ea583d507
1
; RUN: llc < %s
2
; PR933
3
4
define fastcc i1 @test() {
5
ret i1 true
6
}
7