summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorIvan A. Kosarev <ikosarev@accesssoftek.com>2017-10-13 19:55:01 +0000
committerIvan A. Kosarev <ikosarev@accesssoftek.com>2017-10-13 19:55:01 +0000
commit39f710aba33253250e60bd5167582c90ce9b4aec (patch)
treeb9fcbdcdf01f5fd241413116e2dea3f32042b92b /lib/CodeGen/CodeGenModule.h
parentf5386a25ef684adc9fdb6278a106a250f3d9bac7 (diff)
downloadclang-39f710aba33253250e60bd5167582c90ce9b4aec.tar.gz
Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue base info", r315731.
With this change we fail on the clang-x86_64-linux-selfhost-modules builder. Differential Revision: https://reviews.llvm.org/D38796 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index 89cd572c06..c28c62e0e6 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -677,11 +677,6 @@ public:
/// may-alias accesses.
TBAAAccessInfo getTBAAMayAliasAccessInfo();
- /// mergeTBAAInfoForCast - Get merged TBAA information for the purposes of
- /// type casts.
- TBAAAccessInfo mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo,
- TBAAAccessInfo TargetInfo);
-
bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
bool isPaddedAtomicType(QualType type);