aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-26 10:12:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-26 10:12:20 +0000
commit9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8 (patch)
tree100cbc59e255eb2f4478d367e90298e5f5fc432c /test/CodeGen
parente7381cc99c3d5a579dd039f0d8e1b930f5735684 (diff)
downloadexternal_llvm-9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8.zip
external_llvm-9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8.tar.gz
external_llvm-9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8.tar.bz2
ARM/atomicrmw_minmax.ll: Fix RUN line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/atomicrmw_minmax.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/atomicrmw_minmax.ll b/test/CodeGen/ARM/atomicrmw_minmax.ll
index 87ec23a..69f1384 100644
--- a/test/CodeGen/ARM/atomicrmw_minmax.ll
+++ b/test/CodeGen/ARM/atomicrmw_minmax.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm -mcpu=cortex-a9 %s -o - |& FileCheck %s
+; RUN: llc -march=arm -mcpu=cortex-a9 < %s | FileCheck %s
; CHECK: max:
define i32 @max(i8 %ctx, i32* %ptr, i32 %val)