llvm-project/llvm/include/llvm-c
Ben Dunbobbin 688669ad8a [ThinLTO][C-API] Correct api comments
Negative values never disabled the pruning - they simply set high values for the pruning interval.

The behaviour now is that negative values set the maximum pruning interval (which appears to have been the intention from the start) see https://reviews.llvm.org/D41231.

I have adjusted the comments to reflect this, removed any inaccurate statements, and corrected any typos I spotted in the English.

Differential Revision: https://reviews.llvm.org/D41279

llvm-svn: 321078
2017-12-19 14:49:33 +00:00
..
Transforms [SimplifyCFG] use pass options and remove the latesimplifycfg pass 2017-10-28 18:43:07 +00:00
Analysis.h
BitReader.h
BitWriter.h
Core.h [LLVM-C] Publicly expose getters of MetadataType, TokenType 2017-10-27 11:51:40 +00:00
DebugInfo.h Use code voice for DIBuilder in LLVM C API 2017-11-04 20:31:20 +00:00
Disassembler.h Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
ErrorHandling.h
ExecutionEngine.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
IRReader.h
Initialization.h
LinkTimeOptimizer.h
Linker.h
Object.h
OrcBindings.h [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings. 2017-09-17 03:25:03 +00:00
Support.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Target.h
TargetMachine.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
Types.h Introduce LLVMDIBuilderRef 2017-04-20 14:22:47 +00:00
lto.h [ThinLTO][C-API] Correct api comments 2017-12-19 14:49:33 +00:00
module.modulemap