diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-04-28 01:04:53 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-04-28 01:04:53 +0000 |
commit | 56f2987a8768971be538e8caa03326c46960d205 (patch) | |
tree | c9d1bff5a181efe171a72594b2c0962fbc995353 /llvm/lib/Target/CppBackend/CPPTargetMachine.h | |
parent | 902393b4b79c7fc40635fc5556b856ec121abaf0 (diff) | |
download | bcm5719-llvm-56f2987a8768971be538e8caa03326c46960d205.tar.gz bcm5719-llvm-56f2987a8768971be538e8caa03326c46960d205.zip |
r70270 isn't ready yet. Back this out. Sorry for the noise.
llvm-svn: 70275
Diffstat (limited to 'llvm/lib/Target/CppBackend/CPPTargetMachine.h')
-rw-r--r-- | llvm/lib/Target/CppBackend/CPPTargetMachine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/CppBackend/CPPTargetMachine.h b/llvm/lib/Target/CppBackend/CPPTargetMachine.h index 90b8268888a..db17c17826b 100644 --- a/llvm/lib/Target/CppBackend/CPPTargetMachine.h +++ b/llvm/lib/Target/CppBackend/CPPTargetMachine.h @@ -29,8 +29,7 @@ struct CPPTargetMachine : public TargetMachine { virtual bool WantsWholeFile() const { return true; } virtual bool addPassesToEmitWholeFile(PassManager &PM, raw_ostream &Out, - CodeGenFileType FileType, - unsigned OptLevel); + CodeGenFileType FileType, bool Fast); // This class always works, but shouldn't be the default in most cases. static unsigned getModuleMatchQuality(const Module &M) { return 1; } |