From 8ae1627733533e5476afba56349f6f344018ec2f Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Sat, 1 Feb 2014 00:23:22 +0000 Subject: Remove local type use in template. llvm-svn: 200598 --- clang/lib/CodeGen/CGCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGCall.cpp') diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 7bf9082007c..a9caa88706a 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -1328,7 +1328,7 @@ void CodeGenFunction::EmitFunctionProlog(const CGFunctionInfo &FI, // inalloca). If already have a pointer, EmitParmDecl doesn't need to copy it // into a local alloca for us. enum ValOrPointer { HaveValue = 0, HavePointer = 1 }; - typedef llvm::PointerIntPair ValueAndIsPtr; + typedef llvm::PointerIntPair ValueAndIsPtr; SmallVector ArgVals; ArgVals.reserve(Args.size()); -- cgit v1.2.3