diff options
Diffstat (limited to 'clang/test/CodeGen/fixup-depth-overflow.c')
-rw-r--r-- | clang/test/CodeGen/fixup-depth-overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/fixup-depth-overflow.c b/clang/test/CodeGen/fixup-depth-overflow.c index be8f54284ec..af452d05b64 100644 --- a/clang/test/CodeGen/fixup-depth-overflow.c +++ b/clang/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 |