llvm-6502/lib
Ted Kremenek d7f696edec 'HiReg' is written but never read. Nuke its
declaration and its assignments.

Found by clang static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123486 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-14 22:34:13 +00:00
..
Analysis Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common 2011-01-14 15:26:10 +00:00
Archive
AsmParser Reject uses of unnamed_addr in declarations. 2011-01-13 01:30:30 +00:00
Bitcode
CodeGen Delete an assignment to ThisBB which isn't needed, and tidy up some 2011-01-14 22:26:16 +00:00
CompilerDriver
ExecutionEngine
Linker Keep unnamed_addr when linking. 2011-01-13 05:12:34 +00:00
MC Use common style for .cfi directives 2011-01-14 21:57:39 +00:00
Object
Support Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::is_symlink. 2011-01-12 23:55:06 +00:00
Target 'HiReg' is written but never read. Nuke its 2011-01-14 22:34:13 +00:00
Transforms Fix a false-positive warning. 2011-01-14 22:31:13 +00:00
VMCore Remove casts between Value** and Constant**, which won't work if a 2011-01-14 08:07:43 +00:00
Makefile