aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-12-03 04:27:05 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-12-03 04:27:05 +0000
commit35c98cc4c00efcfe47ad0b716e7c50afb9c5ff75 (patch)
tree50607ee761782586090db1763c1c657219e6acbd /lib/CodeGen/CodeGenModule.h
parent701c89e02cde6e0fb9673cbe7c97eadc74b50358 (diff)
Minor cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index dbe9c95bf9..b0e1b12ed9 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -234,7 +234,7 @@ public:
llvm::Constant *GenerateRTTI(QualType Ty);
/// BuildThunk - Build a thunk for the given method.
- llvm::Constant *BuildThunk(const GlobalDecl &GD, bool Extern,
+ llvm::Constant *BuildThunk(GlobalDecl GD, bool Extern,
const ThunkAdjustment &ThisAdjustment);
/// BuildCoVariantThunk - Build a thunk for the given method