summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.h
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-04-18 23:50:03 +0000
committerReid Kleckner <rnk@google.com>2017-04-18 23:50:03 +0000
commitcdd26794a9516b4a4f90e46414da3754cbcf78af (patch)
tree8bd40425f05afc60e176a425ae21963ae1423564 /clang/lib/CodeGen/CGCall.h
parent9f7cc58f81a43d6f6c413e38e51e0ab68e7b71fc (diff)
downloadbcm5719-llvm-cdd26794a9516b4a4f90e46414da3754cbcf78af.tar.gz
bcm5719-llvm-cdd26794a9516b4a4f90e46414da3754cbcf78af.zip
Use less temporary AttributeLists NFC
llvm-svn: 300628
Diffstat (limited to 'clang/lib/CodeGen/CGCall.h')
-rw-r--r--clang/lib/CodeGen/CGCall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.h b/clang/lib/CodeGen/CGCall.h
index 97221e20c19..7e10407fc31 100644
--- a/clang/lib/CodeGen/CGCall.h
+++ b/clang/lib/CodeGen/CGCall.h
@@ -39,7 +39,6 @@ namespace clang {
class VarDecl;
namespace CodeGen {
-typedef SmallVector<llvm::AttributeList, 8> AttributeListType;
/// Abstract information about a function or function prototype.
class CGCalleeInfo {
OpenPOWER on IntegriCloud