summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/lifetime2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/lifetime2.c')
-rw-r--r--clang/test/CodeGen/lifetime2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/lifetime2.c b/clang/test/CodeGen/lifetime2.c
index 0d22282fdd4..4374b3c279c 100644
--- a/clang/test/CodeGen/lifetime2.c
+++ b/clang/test/CodeGen/lifetime2.c
@@ -1,4 +1,6 @@
// RUN: %clang -S -emit-llvm -o - -O2 %s | FileCheck %s -check-prefixes=CHECK,O2
+// RUN: %clang -S -emit-llvm -o - -O2 -Xclang -disable-lifetime-markers %s \
+// RUN: | FileCheck %s -check-prefixes=CHECK,O0
// RUN: %clang -S -emit-llvm -o - -O0 %s | FileCheck %s -check-prefixes=CHECK,O0
extern int bar(char *A, int n);
OpenPOWER on IntegriCloud