When the two operands of an icmp are equal, there are five possible predicates
[oota-llvm.git] / test / Feature / load_module.ll
1 ; PR1318
2 ; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3 ; RUN:   -disable-output - |& grep Hello
4
5 @junk = global i32 0
6
7 define i32* @somefunk() {
8   ret i32* @junk
9 }
10