brintos

brintos / llvm-project-archived public Read only

0
0
Text · 475 B · 6bb44c5 Raw
7 lines · plain
1# Verify we reuse the argument regexps with --function-signature2# RUN: cp -f %S/Inputs/argument_name_reuse.ll %t.ll && %update_test_checks %t.ll --function-signature3# RUN: diff -u %t.ll %S/Inputs/argument_name_reuse.ll.expected4# Verify we do not reuse the argument regexps, as there are none, without --function-signature5# RUN: cp -f %S/Inputs/argument_name_reuse.ll %t.ll && %update_test_checks %t.ll6# RUN: diff -u %t.ll %S/Inputs/argument_name_reuse.ll.plain.expected7