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
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
[llvm/avr.git]
/
test
/
FrontendAda
/
constant_fold.ads
blob
6223e7cb64ddd84246309fd1c32a173391406edb
1
-- RUN: %llvmgcc -S -emit-llvm %s -o - | not grep ptrtoint
2
package
Constant_Fold
is
3
Error
:
exception
;
4
end
;