Fixing compatibility problem on LLVM 3.9
- LLVM 3.9 is not aware of
unique_dyn_cast
as well asisa<>
on unique_ptr, so the build was failing. - It was also needed to add an include for
raw_ostream
unique_dyn_cast
as well as isa<>
on unique_ptr, so the build was failing.raw_ostream