Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9bbcf09431cd203239de81b07f948c9537591e6d
/
.
/
test
/
Feature
/
undefined.ll
blob: a71b906dcc0581ee5b4a358e685a5e275c3dff78 [
file
] [
log
] [
blame
]
Chris Lattner
9bbcf09
2004-10-16 18:24:11 +0000
[
diff
] [
blame^
]
1
2
%X
=
global
int
undef
3
4
implementation
5
6
declare
int
"atoi"
(
sbyte
*)
7
8
int
%test
()
{
9
ret
int
undef
10
}
11
12
int
%test2
()
{
13
%X
=
add
int
undef
,
1
14
ret
int
%X
15
}