Index: llvm/trunk/test/CodeGen/ARM/long-setcc.ll =================================================================== --- llvm/trunk/test/CodeGen/ARM/long-setcc.ll +++ llvm/trunk/test/CodeGen/ARM/long-setcc.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s +; RUN: llc -mtriple=arm-eabi < %s | FileCheck %s define i1 @t1(i64 %x) { %B = icmp slt i64 %x, 0 Index: llvm/trunk/test/CodeGen/ARM/thumb2-it-block.ll =================================================================== --- llvm/trunk/test/CodeGen/ARM/thumb2-it-block.ll +++ llvm/trunk/test/CodeGen/ARM/thumb2-it-block.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s -; RUN: llc -mtriple=thumbv8 %s -o - | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 < %s | FileCheck %s +; RUN: llc -mtriple=thumbv8 < %s | FileCheck %s ; PR11107 define i32 @test(i32 %a, i32 %b) { Index: llvm/trunk/test/CodeGen/Thumb/long-setcc.ll =================================================================== --- llvm/trunk/test/CodeGen/Thumb/long-setcc.ll +++ llvm/trunk/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