[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / ExecutionEngine / OrcLazy / minimal.ll
blob86087bc3878e0d0e6d7ef6ebb6be18921320ad25
1 ; RUN: lli -jit-kind=orc-lazy %s
3 ; Basic sanity check: A module with a single no-op main function runs.
5 define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
6 entry:
7   ret i32 0