aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Comdat.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm-c/Comdat.h')
-rw-r--r--llvm/include/llvm-c/Comdat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Comdat.h b/llvm/include/llvm-c/Comdat.h
index 45b4007695fd..81cde1107fa4 100644
--- a/llvm/include/llvm-c/Comdat.h
+++ b/llvm/include/llvm-c/Comdat.h
@@ -25,8 +25,7 @@ typedef enum {
///< be the same.
LLVMLargestComdatSelectionKind, ///< The linker will choose the largest
///< COMDAT.
- LLVMNoDuplicatesComdatSelectionKind, ///< No other Module may specify this
- ///< COMDAT.
+ LLVMNoDeduplicateComdatSelectionKind, ///< No deduplication is performed.
LLVMSameSizeComdatSelectionKind ///< The data referenced by the COMDAT must be
///< the same size.
} LLVMComdatSelectionKind;