Mark vector ctpop, cttz, and ctlz as Expand on x86.
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
index 88ceaef7b660a95178ee439da4dbad7ac2a6cc79..62367cadb911674fbd676a1e6af3f095fe3711af 100644 (file)
@@ -60,7 +60,7 @@ protected:
   /// This constructor initializes the data members to match that
   /// of the specified module.
   ///
-  ARMSubtarget(const Module &M, const std::string &FS);
+  ARMSubtarget(const Module &M, const std::string &FS, bool thumb);
 
   /// ParseSubtargetFeatures - Parses features string setting specified 
   /// subtarget options.  Definition of function is auto generated by tblgen.