mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +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:
parent
e4c63b7b68
commit
5a66a4eb38
@ -22,7 +22,7 @@
|
||||
namespace llvm {
|
||||
|
||||
class MCAssembler;
|
||||
class MCFixupKindInfo;
|
||||
struct MCFixupKindInfo;
|
||||
class Target;
|
||||
class MCObjectWriter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user