summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-02-19 16:27:36 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-02-19 16:27:36 +0000
commita72f916aaa7953021ee43db94e5c5a945eaa4aa9 (patch)
tree2ffb93934faf5e9d680a49d1afb36df7bfc0b36f /test/CodeGen
parentffac49bd7f044329766fe8f7be4e907d9c2090c5 (diff)
downloadllvm-a72f916aaa7953021ee43db94e5c5a945eaa4aa9.tar.gz
llvm-a72f916aaa7953021ee43db94e5c5a945eaa4aa9.tar.bz2
llvm-a72f916aaa7953021ee43db94e5c5a945eaa4aa9.tar.xz
[mips] Use multiple FileCheck prefixes rather than run the test multiple times
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/Mips/const-mult.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/const-mult.ll b/test/CodeGen/Mips/const-mult.ll
index 8c0cbe3396..5237f47d8a 100644
--- a/test/CodeGen/Mips/const-mult.ll
+++ b/test/CodeGen/Mips/const-mult.ll
@@ -1,6 +1,5 @@
; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=CHECK
-; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK
-; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK64
+; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK64
; CHECK-LABEL: mul5_32:
; CHECK: sll $[[R0:[0-9]+]], $4, 2