Home | History | Annotate | Download | only in Bitcode
      1 ; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
      2 
      3 ; CHECK: <GLOBALVAL_SUMMARY_BLOCK
      4 
      5 @a = global i32 0
      6