diff options
author | Anders Carlsson <andersca@mac.com> | 2009-08-24 17:16:23 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-08-24 17:16:23 +0000 |
commit | ad3e7118c40711faf5f51f08d599dbd525d3408a (patch) | |
tree | 4fe78e44a506ba59dcc7d7e344a712acf07b807a /lib/CodeGen/CodeGenTypes.h | |
parent | 2d82719c580f878e0810d868b366a3ac2d00746f (diff) |
More member pointer work.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index 22ebbf1682..f8df1b429b 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -162,7 +162,7 @@ public: const llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info, bool IsVariadic); - const CGRecordLayout *getCGRecordLayout(const TagDecl*) const; + const CGRecordLayout &getCGRecordLayout(const TagDecl*) const; /// getLLVMFieldNo - Return llvm::StructType element number /// that corresponds to the field FD. |