[mips] Fix typo in FileCheck directives - replace \0xa0 char by space. NFC

The problem is found by the D79276 on the following builder:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/23489
This commit is contained in:
Simon Atanasyan
2020-05-13 08:14:28 +03:00
parent 678bd84c4d
commit 524457edbc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# RUN: llvm-mc -triple=mips -mcpu=mips32 -mattr=+micromips -filetype=obj < %s \
# RUN: | llvm-objdump -d - | FileCheck %s
# RUN: | llvm-objdump -d - | FileCheck %s
.set noreorder

View File

@@ -1,7 +1,7 @@
# RUN: llvm-mc -triple=mips -mcpu=mips32 -filetype=obj < %s \
# RUN: | llvm-objdump -d - | FileCheck %s
# RUN: | llvm-objdump -d - | FileCheck %s
# RUN: llvm-mc -triple=mips64 -mcpu=mips64 -filetype=obj < %s \
# RUN: | llvm-objdump -d - | FileCheck %s
# RUN: | llvm-objdump -d - | FileCheck %s
.set noreorder