summaryrefslogtreecommitdiffstats
path: root/clang/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
commitce601eedf60e1ff89c00f6975e6d1ee2258801f2 (patch)
tree83b9700cb581e78a3a93bc1f0dd234e3dcb56403 /clang/lib/CodeGen/CodeGenModule.h
parent57e060b30985644732228596e9c1b143519370e2 (diff)
downloadbcm5719-llvm-ce601eedf60e1ff89c00f6975e6d1ee2258801f2.tar.gz
bcm5719-llvm-ce601eedf60e1ff89c00f6975e6d1ee2258801f2.zip
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 llvm-svn: 315739
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 89cd572c06c..c28c62e0e69 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/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);
OpenPOWER on IntegriCloud