mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Fix >> to be > > for non-c++11.
llvm-svn: 202545
This commit is contained in:
parent
f4a7aeb04e
commit
d593a35066
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user