summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-04-04 21:51:07 +0000
committerManman Ren <mren@apple.com>2013-04-04 21:51:07 +0000
commit092d9e8f3bfbd2c8be47ce8651c647e02d63f10f (patch)
tree80816b6a86687b5fbe6d78ef8ad481a154105274 /clang/lib/CodeGen/CodeGenModule.cpp
parent8ac2f59017b4ba9c9aee935fa50710e2ffb8a0d4 (diff)
downloadbcm5719-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.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index c518a5554e2..6d85a8835b7 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -227,20 +227,6 @@ llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) {
return TBAA->getTBAAStructInfo(QTy);
}
-llvm::MDNode *CodeGenModule::getTBAAStructTypeInfo(QualType QTy) {
- if (!TBAA)
- return 0;
- return TBAA->getTBAAStructTypeInfo(QTy);
-}
-
-llvm::MDNode *CodeGenModule::getTBAAStructTagInfo(QualType BaseTy,
- llvm::MDNode *AccessN,
- uint64_t O) {
- if (!TBAA)
- return 0;
- return TBAA->getTBAAStructTagInfo(BaseTy, AccessN, O);
-}
-
void CodeGenModule::DecorateInstruction(llvm::Instruction *Inst,
llvm::MDNode *TBAAInfo) {
Inst->setMetadata(llvm::LLVMContext::MD_tbaa, TBAAInfo);
OpenPOWER on IntegriCloud