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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
FrontendAda
/
fat_fields.adb
blob
510105f6840f36471993c1d7f63bb4e6e237f856
1
-- RUN: %llvmgcc -c %s -I%p/Support
2
-- RUN: %llvmgcc -c %s -I%p/Support -O2
3
package body
Fat_Fields
is
4
procedure
Proc
is
5
begin
6
if
P
=
null then
7
null
;
8
end if
;
9
end
;
10
end
;