Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC)
authorTeresa Johnson <tejohnson@google.com>
Fri, 18 Sep 2015 19:38:53 +0000 (19:38 +0000)
committerTeresa 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

index ceb1528dc5d30672f414123e84be057885bf8d5d..4b2ee513e5073ab29a2116c6114f2c842d9b6614 100644 (file)
@@ -43,9 +43,6 @@ namespace bitc {
     TYPE_BLOCK_ID_NEW,
 
     USELIST_BLOCK_ID,
-
-    MODULE_STRTAB_BLOCK_ID,
-    FUNCTION_SUMMARY_BLOCK_ID
   };