commit | ea4fc386513a27908536267736b69fb6bdf12937 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Fri Aug 08 06:16:31 2008 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Fri Aug 08 06:16:31 2008 +0000 |
tree | a083be0fb9605771a06fd7d3557ff7f3384f903b | |
parent | 45236e2919634415a70fa45f904d412afde37d6b [diff] [blame] |
Support added for ctlz intrinsic, test case added. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54516 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsSubtarget.cpp b/lib/Target/Mips/MipsSubtarget.cpp index d8c0797..b1e1806 100644 --- a/lib/Target/Mips/MipsSubtarget.cpp +++ b/lib/Target/Mips/MipsSubtarget.cpp
@@ -57,6 +57,7 @@ MipsArchVersion = Mips2; HasVFPU = true; // Enables Allegrex Vector FPU (not supported yet) HasSEInReg = true; + HasBitCount = true; } // Abicall is the default for O32 ABI and is ignored