1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 e4c63b7b68
commit 5a66a4eb38

View File

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