diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-24 12:23:17 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-24 12:23:17 +0000 |
commit | 0d97270ae501db9c90b78e5b5615206f8124f29b (patch) | |
tree | d786b42547699790e62ed5d8fd9873cf29993505 /llvm/test/CodeGen/Mips/mips64shift.ll | |
parent | 3a2dc6f00c779b9b78b3f599c725d5ae3964deab (diff) | |
download | bcm5719-llvm-0d97270ae501db9c90b78e5b5615206f8124f29b.tar.gz bcm5719-llvm-0d97270ae501db9c90b78e5b5615206f8124f29b.zip |
[mips] Use --check-prefixes where appropriate. NFC.
llvm-svn: 273669
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64shift.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/mips64shift.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64shift.ll b/llvm/test/CodeGen/Mips/mips64shift.ll index e3d314946f6..e93140f18c9 100644 --- a/llvm/test/CodeGen/Mips/mips64shift.ll +++ b/llvm/test/CodeGen/Mips/mips64shift.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck -check-prefix=ALL -check-prefix=MIPS %s -; RUN: llc -march=mips64el -mcpu=mips64r6 -mattr=micromips < %s | FileCheck -check-prefix=ALL -check-prefix=MICROMIPS %s +; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck -check-prefixes=ALL,MIPS %s +; RUN: llc -march=mips64el -mcpu=mips64r6 -mattr=micromips < %s | FileCheck -check-prefixes=ALL,MICROMIPS %s define i64 @f0(i64 %a0, i64 %a1) nounwind readnone { entry: |