forked from OSchip/llvm-project
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:
parent
c3649a0871
commit
d93d001cba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue