[PATCH] D42734: [DebugInfo] Improvements to representation of enumeration types (PR36168)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 09:35:16 PST 2018


aprantl added inline comments.


================
Comment at: include/llvm/IR/DebugInfoMetadata.h:399
   int64_t Value;
-
+  bool IsSigned;
   DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
----------------
I think you can squeeze this bit into the classdata field as some other DI*  types do.


Repository:
  rL LLVM

https://reviews.llvm.org/D42734





More information about the llvm-commits mailing list