1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 71478d79e5
commit 03e813079e
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