blob: ce723f916f90dd19a44b13f39bd5921eace71f24 [file] [log] [blame]
Chris Lattnerf687ada2003-08-24 19:23:31 +00001; This tests to make sure that we can evaluate wierd constant expressions
2%A = global int 5
3%B = global int 6
4
5implementation
6
7int %main() {
8 %A = or bool false, setlt (int* %A, int* %B) ; Which is lower in memory?
9 ret int 0
10}
11