forked from OSchip/llvm-project
Bring back 2>&1 redirection for this test
llvm-svn: 295864
This commit is contained in:
parent
6bb79157dd
commit
e8a0f5ef3b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue