commit | d3bdf19ce7a37e23a6c4d877fb681eb010be74f7 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed May 27 17:23:44 2009 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Wed May 27 17:23:44 2009 +0000 |
tree | ea845becd986ec2cf30f812a4f65a6f02e9db78e | |
parent | 0d09b83a481ea529f5ed8fe991afbadf01e582e3 [diff] [blame] |
Added support for fround, fextend and FP_TO_SINT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72483 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsSubtarget.cpp b/lib/Target/Mips/MipsSubtarget.cpp index 48f58a5..4245f27 100644 --- a/lib/Target/Mips/MipsSubtarget.cpp +++ b/lib/Target/Mips/MipsSubtarget.cpp
@@ -37,6 +37,7 @@ HasMulDivAdd(false), HasMinMax(false), HasSwap(false), HasBitCount(false) { std::string CPU = "mips1"; + MipsArchVersion = Mips1; // Parse features string. ParseSubtargetFeatures(FS, CPU);