[LLVMbugs] [Bug 1797] New: BlockExtractor's "blocks to not extract" list doesn' t allow for anon blocks
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Nov 13 22:49:29 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1797
Summary: BlockExtractor's "blocks to not extract" list doesn't
allow for anon blocks
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Interprocedural Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
This is fallout from fixing PR1775. The current file contains function/basic
block like as:
file << F->getName() << " " << BB->getName() << "\n";
which might not handle anonymous blocks or functions, or either one containing
spaces or newlines. This needs to be changed, preferrably to use the
asmprinter/parser code for quoting.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list