diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/micromips64r6-unsupported.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/micromips64r6-unsupported.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/Mips/micromips64r6-unsupported.ll b/llvm/test/CodeGen/Mips/micromips64r6-unsupported.ll deleted file mode 100644 index 6c3cd1be3e4..00000000000 --- a/llvm/test/CodeGen/Mips/micromips64r6-unsupported.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: not llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -mattr=+micromips %s 2>&1 | FileCheck %s - -; Test that microMIPS64R6 is not supported. - -; CHECK: LLVM ERROR: microMIPS64R6 is not supported |