1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix -Wmismatched-tags warning

class -> struct in forward declaration.

llvm-svn: 336733
This commit is contained in:
Richard Trieu 2018-07-10 22:09:33 +00:00
parent b9d34784e3
commit db75907caf

View File

@ -28,7 +28,7 @@ class DataLayout;
class Function;
class MDNode;
class Module;
class SIProgramInfo;
struct SIProgramInfo;
class Type;
namespace AMDGPU {