summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/switch-dce.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/switch-dce.c')
-rw-r--r--test/CodeGen/switch-dce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/switch-dce.c b/test/CodeGen/switch-dce.c
index a18d3bc..5a68ff2 100644
--- a/test/CodeGen/switch-dce.c
+++ b/test/CodeGen/switch-dce.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-unknown-unknown -O0 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
// PR9322 and rdar://6970405
OpenPOWER on IntegriCloud