blob: f7928303e75b140decee30e23ee5eb63d7b2c74f [file] [log] [blame]
Peter Collingbourne1d084df2016-06-24 01:58:02 +00001; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
Teresa Johnson3143f332016-08-12 13:53:02 +00002; 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
Peter Collingbourne1d084df2016-06-24 01:58:02 +00004
5; CHECK: <GLOBALVAL_SUMMARY_BLOCK
6
7@a = global i32 0