mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
CodeRegion's were previously passed as Value*, but then immediately upcast to BasicBlock. Let's keep the type information around until the use cases for non-BasicBlock code regions actually materialize.