summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/switch.c')
-rw-r--r--clang/test/CodeGen/switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/switch.c b/clang/test/CodeGen/switch.c
index 056337465bc..3254fbf3c93 100644
--- a/clang/test/CodeGen/switch.c
+++ b/clang/test/CodeGen/switch.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm-bc -o - | opt -std-compile-opts -disable-output
+// RUN: clang-cc %s -emit-llvm-bc -o - | opt -std-compile-opts -disable-output
int foo(int i) {
int j = 0;
OpenPOWER on IntegriCloud