diff options
Diffstat (limited to 'test/CodeGen/fixup-depth-overflow.c')
| -rw-r--r-- | test/CodeGen/fixup-depth-overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/fixup-depth-overflow.c b/test/CodeGen/fixup-depth-overflow.c index be8f54284ec7..af452d05b643 100644 --- a/test/CodeGen/fixup-depth-overflow.c +++ b/test/CodeGen/fixup-depth-overflow.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -O1 -disable-llvm-optzns -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -O1 -disable-llvm-passes -emit-llvm -o - %s | FileCheck %s #define M if (x) goto L1; #define M10 M M M M M M M M M M |
