Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / Feature / load_module.ll
blob14c1153fa5698ae0519be69bf666609a602f6f1e
1 ; PR1318
2 ; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
3 ; RUN:   -disable-output 2>&1 | grep Hello
4 ; REQUIRES: loadable_module
5 ; FIXME: On Cygming, it might fail without building LLVMHello manually.
7 @junk = global i32 0
9 define i32* @somefunk() {
10   ret i32* @junk