diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir b/llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir deleted file mode 100644 index 1896371db36..00000000000 --- a/llvm/test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir +++ /dev/null @@ -1,15 +0,0 @@ -# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s -# This test ensures that the MIR parser reports an error when it encounters a -# machine function with an empty body. - ---- | - - define i32 @foo() { - ret i32 0 - } - -... ---- -# CHECK: machine function 'foo' requires at least one machine basic block in its body -name: foo -... |