[Hexagon] classes are actually structs.
authorColin LeMahieu <colinl@codeaurora.org>
Sun, 31 May 2015 22:18:42 +0000 (22:18 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Sun, 31 May 2015 22:18:42 +0000 (22:18 +0000)
llvm-svn: 238694

llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h

index bce8422..81211cc 100644 (file)
@@ -17,8 +17,8 @@
 #include <cstdint>
 
 namespace llvm {
-class InstrItinerary;
-class InstrStage;
+struct InstrItinerary;
+struct InstrStage;
 class MCAsmBackend;
 class MCCodeEmitter;
 class MCContext;