long double patch 2 of N. Handle it in TargetData.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
index d1e135c32f553193c023ad777c6eb3ceefef639a..1ad3f132020dbf1992df64550b5d34c33daaaf7a 100644 (file)
@@ -104,8 +104,8 @@ public:
   /// getTargetDataString - Return the pointer size and type alignment
   /// properties of this subtarget.
   const char *getTargetDataString() const {
-    return isPPC64() ? "E-p:64:64-f64:32:64-i64:32:64"
-                     : "E-p:32:32-f64:32:64-i64:32:64";
+    return isPPC64() ? "E-p:64:64-f64:32:64-i64:32:64-f128:64:128"
+                     : "E-p:32:32-f64:32:64-i64:32:64-f128:64:128";
   }
 
   /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.