Add support for 256-bit versions of VSHUFPD and VSHUFPS.
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.h
index 2a9eea0bcd82a5e74fe5bb743e611c5f263d55ae..eb483dc8706f5f7b667053f108744fe3659b00eb 100644 (file)
@@ -38,8 +38,9 @@ class MSP430TargetMachine : public LLVMTargetMachine {
   MSP430FrameLowering    FrameLowering;
 
 public:
-  MSP430TargetMachine(const Target &T, const std::string &TT,
-                      const std::string &CPU, const std::string &FS);
+  MSP430TargetMachine(const Target &T, StringRef TT,
+                      StringRef CPU, StringRef FS,
+                      Reloc::Model RM, CodeModel::Model CM);
 
   virtual const TargetFrameLowering *getFrameLowering() const {
     return &FrameLowering;