The forward declare should be a struct instead of a class (to be consistent with the definition, as well as to silence an MSVC C4099 warning).

llvm-svn: 204928
This commit is contained in:
Aaron Ballman 2014-03-27 14:10:00 +00:00
parent 1189734413
commit be648a3c16
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace llvm {
class MCAssembler;
class MCFixupKindInfo;
struct MCFixupKindInfo;
class Target;
class MCObjectWriter;