projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6932880
)
Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC)
author
Teresa Johnson
<tejohnson@google.com>
Fri, 18 Sep 2015 19:38:53 +0000
(19:38 +0000)
committer
Teresa Johnson
<tejohnson@google.com>
Fri, 18 Sep 2015 19:38:53 +0000
(19:38 +0000)
These are meant to be part of the follow on patch I am sending for
review shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248023
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bitcode/LLVMBitCodes.h
b/include/llvm/Bitcode/LLVMBitCodes.h
index ceb1528dc5d30672f414123e84be057885bf8d5d..4b2ee513e5073ab29a2116c6114f2c842d9b6614 100644
(file)
--- a/
include/llvm/Bitcode/LLVMBitCodes.h
+++ b/
include/llvm/Bitcode/LLVMBitCodes.h
@@
-43,9
+43,6
@@
namespace bitc {
TYPE_BLOCK_ID_NEW,
USELIST_BLOCK_ID,
-
- MODULE_STRTAB_BLOCK_ID,
- FUNCTION_SUMMARY_BLOCK_ID
};