mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Fix test breakage.
llvm-svn: 76816
This commit is contained in:
@@ -1703,6 +1703,8 @@ Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc,
|
||||
// build a built-in operation.
|
||||
}
|
||||
|
||||
Input.release();
|
||||
Input = Arg;
|
||||
return CreateBuiltinUnaryOp(OpLoc, Opc, move(Input));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user