ARM/atomicrmw_minmax.ll: Fix RUN line.

llvm-svn: 164687
This commit is contained in:
NAKAMURA Takumi 2012-09-26 10:12:20 +00:00
parent 205d70ed28
commit aaf189b8cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)