]> granicus.if.org Git - clang/commitdiff
Make le64 DescriptionString consistent with other targets.
authorJF Bastien <jfb@google.com>
Tue, 2 Dec 2014 19:19:59 +0000 (19:19 +0000)
committerJF Bastien <jfb@google.com>
Tue, 2 Dec 2014 19:19:59 +0000 (19:19 +0000)
Summary:
In particular, remove the defaults and reorder fields so it matches the result of DataLayout::getStringDescription().

Change by David Neto.

Reviewers: dschuff, sdt

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6482

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223140 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index de1b22d203eee3517d16000ca8a06ae204f6fb7f..ae6a678e8311f6bf282b19e07896443464b892db 100644 (file)
@@ -6061,7 +6061,7 @@ public:
     LongWidth = LongAlign = PointerWidth = PointerAlign = 64;
     MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
     DescriptionString =
-        "e-S128-p:64:64-v16:16-v32:32-v64:64-v96:32-v128:32-m:e-n8:16:32:64";
+        "e-m:e-v128:32-v16:16-v32:32-v96:32-n8:16:32:64-S128";
   }
 
   void getTargetDefines(const LangOptions &Opts,