diff options
Diffstat (limited to 'test/FrontendC++/2009-04-21-DtorNames-dbg.cpp')
-rw-r--r-- | test/FrontendC++/2009-04-21-DtorNames-dbg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp b/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp index dfc607e..4bd8e77 100644 --- a/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp +++ b/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s +// RUN: %llvmgcc -c -g %s -o - | llc -fast -f -o %t.s // RUN: %compile_c %t.s -o %t.o // PR4025 |