Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_mir_test_checks / multiple-defs.test
blob00933b415785b9b57228310b6f04c19de751f465
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