Fix >> to be > > for non-c++11.
authorEric Christopher <echristo@gmail.com>
Fri, 28 Feb 2014 21:37:28 +0000 (21:37 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 28 Feb 2014 21:37:28 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202545 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DIBuilder.cpp

index f5b7d3542b65c9009dcc93d157cf27e9b50cd038..d15de61479f8094caa6ff8ab6ad10f06aaab222b 100644 (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[] = {