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

llvm-svn: 202545
This commit is contained in:
Eric Christopher 2014-02-28 21:37:28 +00:00
parent f4a7aeb04e
commit d593a35066

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[] = {