Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related...
[oota-llvm.git] / lib / Target / MSP430 / MCTargetDesc / MSP430MCAsmInfo.h
index 93a00724de1412e8b91a4e23734aed54f5d93d76..183dee36a047758ed80e6db34d733d000fac2bd3 100644 (file)
 #include "llvm/MC/MCAsmInfoELF.h"
 
 namespace llvm {
-class TargetTuple;
+class Triple;
 
 class MSP430MCAsmInfo : public MCAsmInfoELF {
   void anchor() override;
 
 public:
-  explicit MSP430MCAsmInfo(const TargetTuple &TT);
+  explicit MSP430MCAsmInfo(const Triple &TT);
 };
 
 } // namespace llvm