We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edc947 commit f8eb6afCopy full SHA for f8eb6af
llvm/include/llvm/IR/Module.h
@@ -963,10 +963,10 @@ class LLVM_ABI Module {
963
/// @name Utility function for querying and setting the large data threshold
964
/// @{
965
966
- /// Returns the code model (tiny, small, kernel, medium or large model)
+ /// Returns the large data threshold.
967
std::optional<uint64_t> getLargeDataThreshold() const;
968
969
- /// Set the code model (tiny, small, kernel, medium or large)
+ /// Set the large data threshold.
970
void setLargeDataThreshold(uint64_t Threshold);
971
/// @}
972
0 commit comments