llvm-6502/lib
Chris Lattner 39653a4e6c Remove #uses comments from functions: they we're padded out to column 50
and were potentially confusing for externally visible functions.

going further, remove the "<i8**> [#uses=3]" comments entirely. They
add a lot of noise, confuse people about what the IR is, and don't add 
any particular value.  When the types are long it makes it really really
hard to read IR.

If someone is interested in this sort of thing, the right way to do this
is to implement an AsmAnnotationWriter that produces the same output, and
add a flag to llvm-dis (only) to produce this output.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112894 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-02 22:41:24 +00:00
..
Analysis Remove incorrect and poorly tested code for trying to reason about values on default edges of 2010-09-02 22:16:52 +00:00
Archive Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
AsmParser remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Bitcode remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
CodeGen Detect undef value early and save unnecessary NodeMap query. 2010-09-02 21:29:42 +00:00
CompilerDriver have the makefiles check the llvm-config error code instead of charging 2010-09-01 16:11:17 +00:00
ExecutionEngine Fix a comment. 2010-08-30 21:54:03 +00:00
Linker dead code patrol 2010-09-01 16:06:39 +00:00
MC Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. 2010-09-02 18:53:37 +00:00
Support Use the FindProgramByName fallback only with known absolute paths. 2010-09-02 22:32:38 +00:00
System Apply a patch from Kees van Reeuwijk to add support for Minix. 2010-09-02 18:24:46 +00:00
Target Revert win64 changes. They seem to be incomplete 2010-09-02 22:31:32 +00:00
Transforms fix more AST updating bugs, correcting miscompilation in PR8041 2010-09-02 22:19:10 +00:00
VMCore Remove #uses comments from functions: they we're padded out to column 50 2010-09-02 22:41:24 +00:00
Makefile