diff options
Diffstat (limited to 'clang/test/CodeGen/2007-02-25-C-DotDotDot.c')
-rw-r--r-- | clang/test/CodeGen/2007-02-25-C-DotDotDot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-02-25-C-DotDotDot.c b/clang/test/CodeGen/2007-02-25-C-DotDotDot.c index abc46683cee..1c3a3df5709 100644 --- a/clang/test/CodeGen/2007-02-25-C-DotDotDot.c +++ b/clang/test/CodeGen/2007-02-25-C-DotDotDot.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin -O0 %s -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s // Make sure the call to foo is compiled as: // call float @foo() |