summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c')
-rw-r--r--clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c b/clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c
index bad9889de6b..f1d15dcd4fd 100644
--- a/clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c
+++ b/clang/test/CodeGen/rdr-6098585-default-fallthrough-to-caserange.c
@@ -1,4 +1,4 @@
-// RUN: clang -triple i386-unknown-unknown --emit-llvm-bc -o - %s | opt -std-compile-opts | llvm-dis > %t &&
+// RUN: clang-cc -triple i386-unknown-unknown --emit-llvm-bc -o - %s | opt -std-compile-opts | llvm-dis > %t &&
// RUN: grep "ret i32 10" %t
// Ensure that this doesn't compile to infinite loop in g() due to
OpenPOWER on IntegriCloud