llvm-mirror/test/Regression/Jello/test-constantexpr.ll
Chris Lattner f1c539aca0 New testcase
llvm-svn: 8128
2003-08-24 19:23:31 +00:00

12 lines
230 B
LLVM

; 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
}