diff options
| author | Cameron McInally <cameron.mcinally@nyu.edu> | 2019-10-07 20:41:25 +0000 |
|---|---|---|
| committer | Cameron McInally <cameron.mcinally@nyu.edu> | 2019-10-07 20:41:25 +0000 |
| commit | 46d317fad4627c92a0289e886695a047ed886e27 (patch) | |
| tree | 4ac4381e902f7fdd093a2e90780b347cc7e3c650 /llvm/include | |
| parent | 2b371fbeddc12617c51cd37dffb03e3cfeed9917 (diff) | |
| download | bcm5719-llvm-46d317fad4627c92a0289e886695a047ed886e27.tar.gz bcm5719-llvm-46d317fad4627c92a0289e886695a047ed886e27.zip | |
[Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
Differential Revision: https://reviews.llvm.org/D68588
llvm-svn: 373958
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Bitcode/LLVMBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bitcode/LLVMBitCodes.h b/llvm/include/llvm/Bitcode/LLVMBitCodes.h index decd4dd3a96..1a397068caf 100644 --- a/llvm/include/llvm/Bitcode/LLVMBitCodes.h +++ b/llvm/include/llvm/Bitcode/LLVMBitCodes.h @@ -391,7 +391,7 @@ enum CastOpcodes { /// have no fixed relation to the LLVM IR enum values. Changing these will /// break compatibility with old files. enum UnaryOpcodes { - UNOP_NEG = 0 + UNOP_FNEG = 0 }; /// BinaryOpcodes - These are values used in the bitcode files to encode which |

