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
Update the names of the exception handling sjlj instrinsics to
[llvm/avr.git]
/
test
/
Assembler
/
2006-12-09-Cast-To-Bool.ll
blob
a70262c802c1689a432a387d5a19b1e9069b46bb
1
; RUN: llvm-as < %s | llvm-dis | grep bitcast
2
3
define i1 @main(i32 %X) {
4
%res = bitcast i1 true to i1
5
ret i1 %res
6
}