diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.mir')
| -rw-r--r-- | llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.mir b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.mir index ce72ea614206..7e14755c6e5c 100644 --- a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.mir +++ b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-register-parse-error2.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: invalid_rsrc_reg machineFunctionInfo: |
