Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related...
[oota-llvm.git] / lib / Target / XCore / MCTargetDesc / XCoreMCAsmInfo.cpp
index 1d25ff3a0efe17f5d0dd33d8eff0aa4dd817fc80..3178a4edbb3b0e42da4940a4a22c6df5df13a727 100644 (file)
@@ -12,7 +12,7 @@ using namespace llvm;
 
 void XCoreMCAsmInfo::anchor() { }
 
-XCoreMCAsmInfo::XCoreMCAsmInfo(const TargetTuple &TT) {
+XCoreMCAsmInfo::XCoreMCAsmInfo(const Triple &TT) {
   SupportsDebugInformation = true;
   Data16bitsDirective = "\t.short\t";
   Data32bitsDirective = "\t.long\t";