From 9f4df20fe0d9d24f2ec3dc0b8e42698161e262e8 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 26 Sep 2012 10:12:20 +0000 Subject: [PATCH] ARM/atomicrmw_minmax.ll: Fix RUN line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164687 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/atomicrmw_minmax.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)