commit | 57d896cbb9557cfaa593c03f2ce76bd96599d3cd | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Sat Aug 18 02:18:07 2007 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Sat Aug 18 02:18:07 2007 +0000 |
tree | 819ca35dd5634f49b77408ba78b702625fea3883 | |
parent | 77ba7157be573b67128a3077eb9d850fc94b32b6 [diff] [blame] |
support for Schedule included on Mips.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41159 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsSubtarget.cpp b/lib/Target/Mips/MipsSubtarget.cpp index a394f77..4665279 100644 --- a/lib/Target/Mips/MipsSubtarget.cpp +++ b/lib/Target/Mips/MipsSubtarget.cpp
@@ -17,7 +17,8 @@ using namespace llvm; MipsSubtarget::MipsSubtarget(const TargetMachine &TM, const Module &M, - const std::string &FS) : isR3000(false) + const std::string &FS) : + IsMipsIII(false) { std::string CPU = "generic";