IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git] / llvm / test / Assembler / 2009-02-28-StripOpaqueName.ll
blob63f8fdacb943190fadd48c538f72e8007c1a003c
1 ; RUN: opt < %s -passes=strip -S | llvm-as | llvm-dis
2 ; RUN: verify-uselistorder %s
4 ; Stripping the name from A should not break references to it.
5 %A = type opaque
6 @g1 = external global %A
7 @g2 = global ptr @g1