summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb
diff options
context:
space:
mode:
authorNikolai Bozhenov <nikolai.bozhenov@intel.com>2017-06-29 14:51:54 +0000
committerNikolai Bozhenov <nikolai.bozhenov@intel.com>2017-06-29 14:51:54 +0000
commit1925594ea074d04363ca00e0c7854f747c72d54b (patch)
treeed68abc9488f11174284d8e2fd14436bc7d0f1e5 /llvm/test/CodeGen/Thumb
parent217a763bb274771d7fe6c4444a7e3f030169e6f2 (diff)
downloadbcm5719-llvm-1925594ea074d04363ca00e0c7854f747c72d54b.tar.gz
bcm5719-llvm-1925594ea074d04363ca00e0c7854f747c72d54b.zip
[NFC] Use stdin for some tests instead of positional argument.
Summary: Otherwise unexpected matches with the path to the tests might happen. Reviewers: rengolin, spatel, efriedma, RKSimon Reviewed By: spatel Subscribers: n.bozhenov, javed.absar, llvm-commits Patch by Andrei Elovikov <andrei.elovikov@intel.com> Differential Revision: https://reviews.llvm.org/D32994 llvm-svn: 306684
Diffstat (limited to 'llvm/test/CodeGen/Thumb')
-rw-r--r--llvm/test/CodeGen/Thumb/long-setcc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/long-setcc.ll b/llvm/test/CodeGen/Thumb/long-setcc.ll
index 3460edb96f0..7db06d0ae35 100644
--- a/llvm/test/CodeGen/Thumb/long-setcc.ll
+++ b/llvm/test/CodeGen/Thumb/long-setcc.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi < %s | FileCheck %s
define i1 @t1(i64 %x) {
%B = icmp slt i64 %x, 0
OpenPOWER on IntegriCloud