diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir')
| -rw-r--r-- | llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir index 07a85bc8119c..f6b313f031fd 100644 --- a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir +++ b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error1.mir @@ -1,4 +1,4 @@ -# RUN: not llc -mtriple=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s +# RUN: not llc -mtriple=amdgcn -run-pass none -filetype=null %s 2>&1 | FileCheck %s --- name: noreg_rsrc_reg machineFunctionInfo: |
