[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238694 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h

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