Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
test
/
ExecutionEngine
/
test-constantexpr.ll
blob: ce723f916f90dd19a44b13f39bd5921eace71f24 [
file
] [
log
] [
blame
]
; This tests to make sure that we can evaluate wierd constant expressions
%A
=
global
int
5
%B
=
global
int
6
implementation
int
%main
()
{
%A
=
or
bool
false
,
setlt
(
int
*
%A
,
int
*
%B
)
; Which is lower in memory?
ret
int
0
}