commit | 000604afd45e9f729cf6559cd5b4d33af0cddb02 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Nov 06 03:15:20 2007 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Nov 06 03:15:20 2007 +0000 |
tree | 8bea64304d714ea76bece8508c62d9dc0fad8b74 | |
parent | efcc3f5c5e12c4558dbde25fba0986f511686d42 [diff] [blame] |
Better processor definition git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43749 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsSubtarget.cpp b/lib/Target/Mips/MipsSubtarget.cpp index 4665279..d7dd53b 100644 --- a/lib/Target/Mips/MipsSubtarget.cpp +++ b/lib/Target/Mips/MipsSubtarget.cpp
@@ -20,7 +20,7 @@ const std::string &FS) : IsMipsIII(false) { - std::string CPU = "generic"; + std::string CPU = "mips1"; // Parse features string. ParseSubtargetFeatures(FS, CPU);