Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related...
[oota-llvm.git] / lib / Target / SystemZ / MCTargetDesc / SystemZMCAsmInfo.h
index 6047e75a34c8bdc538000711ee68f1501872255e..800f89232063221a3fcc9e8977c6c9b1fada53fd 100644 (file)
 #include "llvm/Support/Compiler.h"
 
 namespace llvm {
-class TargetTuple;
+class Triple;
 
 class SystemZMCAsmInfo : public MCAsmInfoELF {
 public:
-  explicit SystemZMCAsmInfo(const TargetTuple &TT);
+  explicit SystemZMCAsmInfo(const Triple &TT);
 };
 
 } // end namespace llvm