From 09833442331d78fbf51ca8ee53247cbe772efe38 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 22 Apr 2016 22:51:48 +0000 Subject: [PATCH] Fix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to check mixed output, take #2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267242 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/Windows/dbzchk.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/ARM/Windows/dbzchk.ll b/test/CodeGen/ARM/Windows/dbzchk.ll index e1c561fa48f..5de49710cbd 100644 --- a/test/CodeGen/ARM/Windows/dbzchk.ll +++ b/test/CodeGen/ARM/Windows/dbzchk.ll @@ -78,8 +78,8 @@ return: ; CHECK-MOD-DAG: Successors according to CFG: BB#2 ; CHECK-MOD-DAG: BB#4 -; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG -; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG-ASM +; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG +; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-CFG-ASM ; unsigned c; ; extern unsigned long g(void); -- 2.11.0