Fix test breakage.

llvm-svn: 76816
This commit is contained in:
Eli Friedman
2009-07-22 23:24:42 +00:00
parent 3a24c4aa00
commit f32f0a7146

View File

@@ -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));
}