[Hexagon] classes are actually structs.

llvm-svn: 238694
This commit is contained in:
Colin LeMahieu 2015-05-31 22:18:42 +00:00
parent da1762754b
commit b819d3c465
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
#include <cstdint>
namespace llvm {
class InstrItinerary;
class InstrStage;
struct InstrItinerary;
struct InstrStage;
class MCAsmBackend;
class MCCodeEmitter;
class MCContext;