diff options
Diffstat (limited to 'test/Bitcode/thinlto-summary-globalvar.ll')
| -rw-r--r-- | test/Bitcode/thinlto-summary-globalvar.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Bitcode/thinlto-summary-globalvar.ll b/test/Bitcode/thinlto-summary-globalvar.ll index 56f9c0788751..f7928303e75b 100644 --- a/test/Bitcode/thinlto-summary-globalvar.ll +++ b/test/Bitcode/thinlto-summary-globalvar.ll @@ -1,4 +1,6 @@ ; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s +; Check with new pass manager (by enabling a random pass in the new pipeline). +; RUN: opt -passes=gvn -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s ; CHECK: <GLOBALVAL_SUMMARY_BLOCK |
