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 | 338191cd67a0a3e324c8b1475c975fed5ffa9e94 (patch) | |
tree | eef241f50ca61beb5959953f38fdd29594a20597 /llvm/lib/Target/PIC16/PIC16TargetMachine.h | |
parent | c5928d2fad2313bf8e582fec74b2b9a385f350e7 (diff) | |
download | bcm5719-llvm-338191cd67a0a3e324c8b1475c975fed5ffa9e94.tar.gz bcm5719-llvm-338191cd67a0a3e324c8b1475c975fed5ffa9e94.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.
llvm-svn: 75799
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetMachine.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetMachine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetMachine.h b/llvm/lib/Target/PIC16/PIC16TargetMachine.h index f14d8fd28f8..a0080df6c5f 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetMachine.h +++ b/llvm/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 |