From e8a0f5ef3b4b78c77aec785f01541679f8002bc7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 22 Feb 2017 19:16:33 +0000 Subject: [PATCH] Bring back 2>&1 redirection for this test llvm-svn: 295864 --- llvm/test/CodeGen/Hexagon/expand-condsets-rm-reg.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Hexagon/expand-condsets-rm-reg.mir b/llvm/test/CodeGen/Hexagon/expand-condsets-rm-reg.mir index 4a4a5e143ee2..f3d105f75da2 100644 --- a/llvm/test/CodeGen/Hexagon/expand-condsets-rm-reg.mir +++ b/llvm/test/CodeGen/Hexagon/expand-condsets-rm-reg.mir @@ -1,4 +1,4 @@ -# RUN: llc -march=hexagon -run-pass expand-condsets -o - %s -verify-machineinstrs -debug-only=expand-condsets | FileCheck %s +# RUN: llc -march=hexagon -run-pass expand-condsets -o - %s -verify-machineinstrs -debug-only=expand-condsets 2>&1 | FileCheck %s # REQUIRES: asserts # Check that coalesced registers are removed from live intervals.