diff options
Diffstat (limited to 'test/CodeGen/pr3518.c')
-rw-r--r-- | test/CodeGen/pr3518.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr3518.c b/test/CodeGen/pr3518.c index f96a5aa..ff8d75e 100644 --- a/test/CodeGen/pr3518.c +++ b/test/CodeGen/pr3518.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | FileCheck %s +// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s // PR 3518 // Some of the objects were coming out as unintialized (external) before 3518 // was fixed. Internal names are different between llvm-gcc and clang so they |