]> granicus.if.org Git - clang/commitdiff
Change MBlaze target to have the same description string as its LLVM equivalent.
authorWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 20:56:47 +0000 (20:56 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 20:56:47 +0000 (20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121640 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 122702923636aa00172550e972cb5994152cc9f9..45e5db7500ded65e51cd8b8d4db4cf0f2aa8b121 100644 (file)
@@ -802,8 +802,7 @@ class MBlazeTargetInfo : public TargetInfo {
 
 public:
   MBlazeTargetInfo(const std::string& triple) : TargetInfo(triple) {
-    DescriptionString = "E-p:32:32-i8:8:8-i16:16:16-i64:32:32-f64:32:32-"
-                        "v64:32:32-v128:32:32-n32";
+    DescriptionString = "E-p:32:32:32-i8:8:8-i16:16:16";
   }
 
   virtual void getTargetBuiltins(const Builtin::Info *&Records,