[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-constantexpr.ll
blobc498fcf867edb6c126da79bec8f6f7db65ea78a1
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 ; This tests to make sure that we can evaluate weird constant expressions
6 @A = global i32 5               ; <ptr> [#uses=1]
7 @B = global i32 6               ; <ptr> [#uses=1]
9 define i32 @main() {
10         %A = or i1 false, icmp slt (ptr @A, ptr @B)             ; <i1> [#uses=0]
11         ret i32 0