diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /include/llvm/Bitcode/LLVMBitCodes.h | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
Diffstat (limited to 'include/llvm/Bitcode/LLVMBitCodes.h')
| -rw-r--r-- | include/llvm/Bitcode/LLVMBitCodes.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/llvm/Bitcode/LLVMBitCodes.h b/include/llvm/Bitcode/LLVMBitCodes.h index 3777f956cf27..70194c043479 100644 --- a/include/llvm/Bitcode/LLVMBitCodes.h +++ b/include/llvm/Bitcode/LLVMBitCodes.h @@ -558,7 +558,9 @@ enum AttributeKindCodes {    ATTR_KIND_INACCESSIBLEMEM_OR_ARGMEMONLY = 50,    ATTR_KIND_ALLOC_SIZE = 51,    ATTR_KIND_WRITEONLY = 52, -  ATTR_KIND_SPECULATABLE = 53 +  ATTR_KIND_SPECULATABLE = 53, +  ATTR_KIND_STRICT_FP = 54, +  ATTR_KIND_SANITIZE_HWADDRESS = 55,  };  enum ComdatSelectionKindCodes { | 
