diff options
author | Manman Ren <mren@apple.com> | 2013-04-04 21:51:07 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2013-04-04 21:51:07 +0000 |
commit | 092d9e8f3bfbd2c8be47ce8651c647e02d63f10f (patch) | |
tree | 80816b6a86687b5fbe6d78ef8ad481a154105274 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 8ac2f59017b4ba9c9aee935fa50710e2ffb8a0d4 (diff) | |
download | bcm5719-llvm-092d9e8f3bfbd2c8be47ce8651c647e02d63f10f.tar.gz bcm5719-llvm-092d9e8f3bfbd2c8be47ce8651c647e02d63f10f.zip |
revert r178784 since it does not have a commit message
llvm-svn: 178796
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 5b2153e5ff3..fcd48302ae7 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -501,11 +501,6 @@ public: llvm::MDNode *getTBAAInfo(QualType QTy); llvm::MDNode *getTBAAInfoForVTablePtr(); llvm::MDNode *getTBAAStructInfo(QualType QTy); - /// Return the MDNode in the type DAG for the given struct type. - llvm::MDNode *getTBAAStructTypeInfo(QualType QTy); - /// Return the path-aware tag for given base type, access node and offset. - llvm::MDNode *getTBAAStructTagInfo(QualType BaseTy, llvm::MDNode *AccessN, - uint64_t O); bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor); |