summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-13 05:51:54 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-13 05:51:54 +0000
commit1b4441915ab4dde5625e08c3e41c9c4b5e0806e9 (patch)
tree7ddc18770cc84d6bd0581b15a08c855bc42a7bf0 /clang/lib/CodeGen/CodeGenFunction.h
parent1721ef7a535a1e98bbcd1b72ea5b393e676def2c (diff)
downloadbcm5719-llvm-1b4441915ab4dde5625e08c3e41c9c4b5e0806e9.tar.gz
bcm5719-llvm-1b4441915ab4dde5625e08c3e41c9c4b5e0806e9.zip
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
llvm-svn: 87087
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 1b1f03424d8..c69dcb505ac 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -74,7 +74,7 @@ class CodeGenFunction : public BlockFunction {
void operator=(const CodeGenFunction&); // DO NOT IMPLEMENT
public:
CodeGenModule &CGM; // Per-module state.
- TargetInfo &Target;
+ const TargetInfo &Target;
typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
CGBuilderTy Builder;
OpenPOWER on IntegriCloud