Removed long obsolete (and broken) LLVM IR annotation code.

If someone wants to redo this properly, an idea that actually works
would be to use a custom llvm::AssemblyAnnotationWriter.
This commit is contained in:
David Nadlinger
2012-12-18 15:52:14 +01:00
parent c250b8b208
commit 2988bc46e0
7 changed files with 0 additions and 32 deletions

View File

@@ -298,7 +298,6 @@ struct Param
OUTPUTFLAG output_bc;
OUTPUTFLAG output_s;
OUTPUTFLAG output_o;
bool llvmAnnotate;
bool useInlineAsm;
bool verbose_cg;
bool useAvailableExternally;