From 76081c4ef7ac6f085253a4af3af740333b6dfc5b Mon Sep 17 00:00:00 2001 From: David Greene Date: Mon, 20 Jul 2009 22:02:59 +0000 Subject: Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes next. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76486 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-07-15-LineNumbers.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/FrontendC++') diff --git a/test/FrontendC++/2009-07-15-LineNumbers.cpp b/test/FrontendC++/2009-07-15-LineNumbers.cpp index 6030c172ac..c02fe0fa3f 100644 --- a/test/FrontendC++/2009-07-15-LineNumbers.cpp +++ b/test/FrontendC++/2009-07-15-LineNumbers.cpp @@ -2,7 +2,6 @@ // print line numbers in asm. // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \ // RUN: llc --disable-fp-elim -f -O0 -relocation-model=pic | grep {# SrcLine 25} -// XFAIL: * #include -- cgit v1.2.3