summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-25 15:38:29 +0000
committerDan Gohman <gohman@apple.com>2009-08-25 15:38:29 +0000
commit0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 (patch)
treee9781bfd64c6d1b40378a0d46cd4396ca9b89945 /llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
parenta98e0e73deab0fef9dcb8f6e591e68704c27d760 (diff)
downloadbcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.tar.gz
bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.zip
Remove obsolete -f flags.
llvm-svn: 79992
Diffstat (limited to 'llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp')
-rw-r--r--llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp b/llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
index 4b5cf510ff9..3522c670805 100644
--- a/llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
+++ b/llvm/test/FrontendC++/2006-11-30-NoCompileUnit.cpp
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure we don't hit a compile
// unit size issue with gdb.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -o NoCompileUnit.s -f
+// RUN: llc --disable-fp-elim -o NoCompileUnit.s
// RUN: %compile_c NoCompileUnit.s -o NoCompileUnit.o
// RUN: %link NoCompileUnit.o -o NoCompileUnit.exe
// RUN: echo {break main\nrun\np NoCompileUnit::pubname} > %t2
OpenPOWER on IntegriCloud