1 # REQUIRES: x86-registered-target
2 ## Check that update_mir_test_checks handles multiple definitions of the same
3 ## virtual register (after coming out of SSA form).
5 # RUN: cp -f %S/Inputs/multiple-defs.mir %t.mir && %update_mir_test_checks %t.mir
6 # RUN: diff -u %S/Inputs/multiple-defs.mir.expected %t.mir
7 # RUN: FileCheck %t.mir < %t.mir