summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorCameron McInally <cameron.mcinally@nyu.edu>2019-10-07 20:41:25 +0000
committerCameron McInally <cameron.mcinally@nyu.edu>2019-10-07 20:41:25 +0000
commit46d317fad4627c92a0289e886695a047ed886e27 (patch)
tree4ac4381e902f7fdd093a2e90780b347cc7e3c650 /llvm/include
parent2b371fbeddc12617c51cd37dffb03e3cfeed9917 (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud