summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@mips.com>2019-03-19 13:49:03 +0000
committerPetar Jovanovic <petar.jovanovic@mips.com>2019-03-19 13:49:03 +0000
commit38a61873963f94ce0da04c37ad58358b60242e55 (patch)
tree5ae1065f1c634c2c4d2ffd6a2301c0bf2603d30f /llvm/include/llvm-c
parent423b9583065ca49ea6122741e4374902177e6a49 (diff)
downloadbcm5719-llvm-38a61873963f94ce0da04c37ad58358b60242e55.tar.gz
bcm5719-llvm-38a61873963f94ce0da04c37ad58358b60242e55.zip
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Moving subprogram specific flags into DISPFlags makes IR code more readable. In addition, we provide free space in DIFlags for other 'non-subprogram-specific' debug info flags. Patch by Djordje Todorovic. Differential Revision: https://reviews.llvm.org/D59288 llvm-svn: 356454
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/DebugInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index b4c9b657849..90978ac1ee9 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -50,7 +50,6 @@ typedef enum {
LLVMDIFlagIntroducedVirtual = 1 << 18,
LLVMDIFlagBitField = 1 << 19,
LLVMDIFlagNoReturn = 1 << 20,
- LLVMDIFlagMainSubprogram = 1 << 21,
LLVMDIFlagTypePassByValue = 1 << 22,
LLVMDIFlagTypePassByReference = 1 << 23,
LLVMDIFlagEnumClass = 1 << 24,
OpenPOWER on IntegriCloud