Home | History | Annotate | Download | only in Bitcode
      1 ; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
      2 ; Check with new pass manager (by enabling a random pass in the new pipeline).
      3 ; RUN: opt -passes=gvn -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
      4 
      5 ; CHECK: <GLOBALVAL_SUMMARY_BLOCK
      6 
      7 @a = global i32 0
      8