Fix >> to be > > for non-c++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-02-28 21:37:28 +00:00
parent 34faf78241
commit cec8bf321a

View File

@ -148,7 +148,7 @@ DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
static DIImportedEntity
createImportedModule(LLVMContext &C, DIScope Context, DIDescriptor NS,
unsigned Line, StringRef Name,
SmallVectorImpl<TrackingVH<MDNode>> &AllImportedModules) {
SmallVectorImpl<TrackingVH<MDNode> > &AllImportedModules) {
const MDNode *R;
if (Name.empty()) {
Value *Elts[] = {