summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-01-18-Inlined-Debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-01-18-Inlined-Debug.c')
-rw-r--r--test/CodeGen/2010-01-18-Inlined-Debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-01-18-Inlined-Debug.c b/test/CodeGen/2010-01-18-Inlined-Debug.c
index cf00be7..bdc6fc5 100644
--- a/test/CodeGen/2010-01-18-Inlined-Debug.c
+++ b/test/CodeGen/2010-01-18-Inlined-Debug.c
@@ -1,5 +1,5 @@
// PR: 6058
-// RUN: %clang_cc1 -g -emit-llvm %s -O0 -o /dev/null
+// RUN: %clang_cc1 -g -emit-llvm %s -o /dev/null
static inline int foo(double) __attribute__ ((always_inline));
static inline int foo(double __x) { return __x; }
OpenPOWER on IntegriCloud