Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2012-01-11-OpaqueBitcastCrash.ll
blob0aee53b80eb6400cba077d767613fb1df954eb51
1 ; RUN: opt < %s -passes=instcombine -disable-output
3 %opaque_struct = type opaque
5 @G = external global [0 x %opaque_struct]
7 declare void @foo(ptr)
9 define void @bar() {
10   call void @foo(ptr @G)
11   ret void