Skip to content

Commit f8eb6af

Browse files
yamtIanWood1
authored andcommitted
[IR] Fix comments on module getLargeDataThreshold/setLargeDataThreshold (NFC) (llvm#137283)
1 parent 3edc947 commit f8eb6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/Module.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,10 +963,10 @@ class LLVM_ABI Module {
963963
/// @name Utility function for querying and setting the large data threshold
964964
/// @{
965965

966-
/// Returns the code model (tiny, small, kernel, medium or large model)
966+
/// Returns the large data threshold.
967967
std::optional<uint64_t> getLargeDataThreshold() const;
968968

969-
/// Set the code model (tiny, small, kernel, medium or large)
969+
/// Set the large data threshold.
970970
void setLargeDataThreshold(uint64_t Threshold);
971971
/// @}
972972

0 commit comments

Comments
 (0)