diff options
author | Wesley Peck <peckw@wesleypeck.com> | 2010-12-12 20:56:47 +0000 |
---|---|---|
committer | Wesley Peck <peckw@wesleypeck.com> | 2010-12-12 20:56:47 +0000 |
commit | a48fa4bdf716b77bcecade0743c7eb22e47aba01 (patch) | |
tree | 54bded216d6fea49a34caf40db6b7e01a8a3b7be /lib/Basic/Targets.cpp | |
parent | 6d695587032d82c16078b769400701c3c666bea3 (diff) |
Change MBlaze target to have the same description string as its LLVM equivalent.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r-- | lib/Basic/Targets.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 1227029236..45e5db7500 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -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, |