Hoist a really redundant code pattern into a helper function, and delete
[oota-llvm.git] / lib / Target / CellSPU / SPUTargetMachine.h
index 909f12e4ff73077ec67558186118ff9ef089ec11..0841feef32b9fbeaf17eacf85a31cbc3eafef1b1 100644 (file)
@@ -39,7 +39,7 @@ class SPUTargetMachine : public LLVMTargetMachine {
   InstrItineraryData  InstrItins;
 public:
   SPUTargetMachine(const Target &T, StringRef TT,
-                   StringRef CPU, StringRef FS,
+                   StringRef CPU, StringRef FS, const TargetOptions &Options,
                    Reloc::Model RM, CodeModel::Model CM,
                    CodeGenOpt::Level OL);