diff options
Diffstat (limited to 'test/CodeGen/2007-02-25-C-DotDotDot.c')
-rw-r--r-- | test/CodeGen/2007-02-25-C-DotDotDot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2007-02-25-C-DotDotDot.c b/test/CodeGen/2007-02-25-C-DotDotDot.c index abc4668..1c3a3df 100644 --- a/test/CodeGen/2007-02-25-C-DotDotDot.c +++ b/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() |