summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-04-16 22:48:20 +0000
committerJohn McCall <rjmccall@apple.com>2013-04-16 22:48:20 +0000
commit568d4100e717a9a6df163def887aca52a127806c (patch)
tree641d0c657a0d9a2d4b65eb29b25e006ecea05b97 /clang/lib/CodeGen/CodeGenModule.h
parentc8e01705787c984838a16e66e2f9af017f5602a5 (diff)
downloadbcm5719-llvm-568d4100e717a9a6df163def887aca52a127806c.tar.gz
bcm5719-llvm-568d4100e717a9a6df163def887aca52a127806c.zip
Don't propagate around TargetOptions in IR-gen; we don't use it.
Patch by Stephen Lin! llvm-svn: 179639
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index c1f951614a6..1a803f38c0e 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -67,7 +67,6 @@ namespace clang {
class VarDecl;
class LangOptions;
class CodeGenOptions;
- class TargetOptions;
class DiagnosticsEngine;
class AnnotateAttr;
class CXXDestructorDecl;
@@ -408,8 +407,8 @@ class CodeGenModule : public CodeGenTypeCache {
/// @}
public:
CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
- const TargetOptions &TargetOpts, llvm::Module &M,
- const llvm::DataLayout &TD, DiagnosticsEngine &Diags);
+ llvm::Module &M, const llvm::DataLayout &TD,
+ DiagnosticsEngine &Diags);
~CodeGenModule();
OpenPOWER on IntegriCloud