Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 0983344

Browse files
committed
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
1 parent 644f4f6 commit 0983344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CodeGen/ARM/Windows/dbzchk.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ return:
7878
; CHECK-MOD-DAG: Successors according to CFG: BB#2
7979
; CHECK-MOD-DAG: BB#4
8080

81-
; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG
82-
; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG-ASM
81+
; 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
82+
; RUN: llc -mtriple thumbv7--windows-itanium -print-machineinstrs=expand-isel-pseudos -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-CFG-ASM
8383

8484
; unsigned c;
8585
; extern unsigned long g(void);

0 commit comments

Comments
 (0)