diff options
Diffstat (limited to 'clang/test/CodeGen/pr3518.c')
-rw-r--r-- | clang/test/CodeGen/pr3518.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pr3518.c b/clang/test/CodeGen/pr3518.c index f96a5aa65f1..ff8d75e7b90 100644 --- a/clang/test/CodeGen/pr3518.c +++ b/clang/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 |