Remove extraneous 64-bit argument to the PPC TargetMachine constructor
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.h
index 9bda22a354dd3f3b36f72788fec75b414c499221..8674efb52e4debdae52ea0f03297518b024fd340 100644 (file)
@@ -30,7 +30,7 @@ public:
   PPCTargetMachine(const Target &T, StringRef TT,
                    StringRef CPU, StringRef FS, const TargetOptions &Options,
                    Reloc::Model RM, CodeModel::Model CM,
-                   CodeGenOpt::Level OL, bool is64Bit);
+                   CodeGenOpt::Level OL);
 
   const PPCSubtarget *getSubtargetImpl() const override { return &Subtarget; }