diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/hf1_body.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/hf1_body.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/hf1_body.ll b/llvm/test/CodeGen/Mips/hf1_body.ll index f6102bdd788..b6469716176 100644 --- a/llvm/test/CodeGen/Mips/hf1_body.ll +++ b/llvm/test/CodeGen/Mips/hf1_body.ll @@ -1,11 +1,11 @@ ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 \ ; RUN: -relocation-model=pic -no-integrated-as < %s | \ -; RUN: FileCheck %s -check-prefix=ALL -check-prefix=GAS +; RUN: FileCheck %s -check-prefixes=ALL,GAS ; The integrated assembler expands assembly macros before printing. ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 \ ; RUN: -relocation-model=pic < %s | \ -; RUN: FileCheck %s -check-prefix=ALL -check-prefix=IAS +; RUN: FileCheck %s -check-prefixes=ALL,IAS @x = external global float |

