diff options
author | Stuart Hastings <stuart@apple.com> | 2009-07-15 17:27:11 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2009-07-15 17:27:11 +0000 |
commit | 1721b8dc5f33106beb57f85ac96a493820e99993 (patch) | |
tree | 2443581013659cf94139995c03b6883ff4ab43db /lib/Target/PIC16/PIC16TargetMachine.h | |
parent | 1615d6742915aa80a589b1177e4423676150ee80 (diff) | |
download | external_llvm-1721b8dc5f33106beb57f85ac96a493820e99993.tar.gz external_llvm-1721b8dc5f33106beb57f85ac96a493820e99993.tar.bz2 external_llvm-1721b8dc5f33106beb57f85ac96a493820e99993.zip |
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build.
Will revert 75770 in the llvm-gcc trunk.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetMachine.h')
-rw-r--r-- | lib/Target/PIC16/PIC16TargetMachine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16TargetMachine.h b/lib/Target/PIC16/PIC16TargetMachine.h index f14d8fd28f..a0080df6c5 100644 --- a/lib/Target/PIC16/PIC16TargetMachine.h +++ b/lib/Target/PIC16/PIC16TargetMachine.h @@ -41,7 +41,7 @@ protected: virtual const TargetAsmInfo *createTargetAsmInfo() const; public: - PIC16TargetMachine(const Target &T, const Module &M, const std::string &FS, + PIC16TargetMachine(const Module &M, const std::string &FS, bool Cooper = false); virtual const TargetFrameInfo *getFrameInfo() const { return &FrameInfo; } @@ -68,7 +68,7 @@ public: /// CooperTargetMachine class CooperTargetMachine : public PIC16TargetMachine { public: - CooperTargetMachine(const Target &T, const Module &M, const std::string &FS); + CooperTargetMachine(const Module &M, const std::string &FS); }; // CooperTargetMachine. } // end namespace llvm |