summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/buildpairextractelementf64.ll
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2014-02-16 13:28:15 +0000
committerNico Rieck <nico.rieck@gmail.com>2014-02-16 13:28:15 +0000
commit5ba5226ab9f3a84bc54c51affee9432104553b0b (patch)
treee1fb62d42c6ae082e0743ad806935dddb81c646a /llvm/test/CodeGen/Mips/buildpairextractelementf64.ll
parent35a237d4ed9225ab8198cd8ffe3ada585ba60ecd (diff)
downloadbcm5719-llvm-5ba5226ab9f3a84bc54c51affee9432104553b0b.tar.gz
bcm5719-llvm-5ba5226ab9f3a84bc54c51affee9432104553b0b.zip
Add extra CHECK prefix to tests with explicit prefix
These tests mistakenly assume that CHECK is still available even if an explicit prefix is specified. llvm-svn: 201492
Diffstat (limited to 'llvm/test/CodeGen/Mips/buildpairextractelementf64.ll')
-rw-r--r--llvm/test/CodeGen/Mips/buildpairextractelementf64.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/buildpairextractelementf64.ll b/llvm/test/CodeGen/Mips/buildpairextractelementf64.ll
index 490d4273c5b..b9bf2b60a66 100644
--- a/llvm/test/CodeGen/Mips/buildpairextractelementf64.ll
+++ b/llvm/test/CodeGen/Mips/buildpairextractelementf64.ll
@@ -1,7 +1,7 @@
-; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=FP32
-; RUN: llc -march=mips < %s | FileCheck %s -check-prefix=FP32
-; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=FP64
-; RUN: llc -march=mips -mattr=+fp64 < %s | FileCheck %s -check-prefix=FP64
+; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=FP32 -check-prefix=CHECK
+; RUN: llc -march=mips < %s | FileCheck %s -check-prefix=FP32 -check-prefix=CHECK
+; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=FP64 -check-prefix=CHECK
+; RUN: llc -march=mips -mattr=+fp64 < %s | FileCheck %s -check-prefix=FP64 -check-prefix=CHECK
@a = external global i32
OpenPOWER on IntegriCloud