update master-with-bazel from master branch

This commit is contained in:
BoringSSL Robot
2022-08-01 19:46:45 +00:00
+1 -1
View File
@@ -439,7 +439,7 @@ func (d *delocation) processAarch64Instruction(statement, instruction *node32) (
argNodes := instructionArgs(instruction.next)
switch instructionName {
case "cset", "csel", "csetm", "cneg", "csinv", "cinc", "csinc", "csneg":
case "ccmn", "ccmp", "cinc", "cinv", "cneg", "csel", "cset", "csetm", "csinc", "csinv", "csneg":
// These functions are special because they take a condition-code name as
// an argument and that looks like a symbol reference.
d.writeNode(statement)