commit | 0ec193dcbab5464112061d116a838d753f562c62 | [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 | b7235e4b9db2a6cee09a659e90d7d74ed1ce27cb [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);