Add -fno-experimental-pass-manager to make clear which pass manager

we're running and to make flipping the default not regress testing.

llvm-svn: 374840
This commit is contained in:
Eric Christopher 2019-10-14 23:01:48 +00:00
parent c3649a0871
commit d93d001cba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang -O1 -fexperimental-new-pass-manager -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
// RUN: %clang -O1 -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
// RUN: %clang -O1 -fno-experimental-new-pass-manager -fno-unroll-loops -S -o - %s -emit-llvm | FileCheck %s
extern int a[16];
int b = 0;
int foo(void) {