forked from OSchip/llvm-project
[JSONExporter] Try to appease buildbot. NFC.
The compiler does not seem to able move a local variable in the function's return statement. llvm-svn: 338466
This commit is contained in:
parent
da08078fb2
commit
37b3c1775b
|
@ -173,7 +173,7 @@ static json::Value getJSON(Scop &S) {
|
|||
}
|
||||
|
||||
root["statements"] = std::move(Statements);
|
||||
return root;
|
||||
return json::Value(std::move(root));
|
||||
}
|
||||
|
||||
static void exportScop(Scop &S) {
|
||||
|
|
Loading…
Reference in New Issue