mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
This patch is mostly about removing the "Category" enum, which was very useful when the Type enum contained a large number of types, but now the two are completely identical. It also removes some other artifacts like unused typedefs and macros.