summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-21 04:13:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-21 04:13:07 +0000
commit49e5d12e592fb7877c385f1d89d2dd6900c18d55 (patch)
tree6db2e3cc0697d4759eda8853a2f85ae3ab4aa965 /clang/lib/CodeGen/CodeGenFunction.h
parent26d2c39b95266a244d135d8658b98629c5c52a70 (diff)
downloadbcm5719-llvm-49e5d12e592fb7877c385f1d89d2dd6900c18d55.tar.gz
bcm5719-llvm-49e5d12e592fb7877c385f1d89d2dd6900c18d55.zip
CodeGenFunction: Eliminate unused MakeQualifiers() function.
llvm-svn: 111725
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 50305533582..603d309e63e 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -969,12 +969,6 @@ public:
// Helpers
//===--------------------------------------------------------------------===//
- Qualifiers MakeQualifiers(QualType T) {
- Qualifiers Quals = getContext().getCanonicalType(T).getQualifiers();
- Quals.setObjCGCAttr(getContext().getObjCGCAttrKind(T));
- return Quals;
- }
-
LValue MakeAddrLValue(llvm::Value *V, QualType T) {
return LValue::MakeAddr(V, T, 0, getContext());
}
OpenPOWER on IntegriCloud