mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
That commit changed DIERef from a struct to a class, but did not update the forward-declarations. This fixes one forward-declaration, and removes other (unused) decls. llvm-svn: 363915