From: NAKAMURA Takumi Date: Wed, 26 Sep 2012 10:12:20 +0000 (+0000) Subject: ARM/atomicrmw_minmax.ll: Fix RUN line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8;p=oota-llvm.git ARM/atomicrmw_minmax.ll: Fix RUN line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164687 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/atomicrmw_minmax.ll b/test/CodeGen/ARM/atomicrmw_minmax.ll index 87ec23a9a37..69f1384e125 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)