[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / MIR / Generic / machine-function-redefinition-error.mir
bloba05d5357182ed6d3eb950c1aec129709a927808a
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # This test ensures that the machine function errors are reported correctly.
4 ---
5 name:            foo
6 ...
7 ---
8 # CHECK: redefinition of machine function 'foo'
9 name:            foo
10 ...