summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-22 22:51:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-22 22:51:48 +0000
commit4aec5fda9314f48450611e9d3dd5bf139e6b774d (patch)
tree3769f72dec801bbf7700b39f8d0422b95738e292 /llvm
parente438cff47532a6a9189fa7ba24042b6ae1f1ac25 (diff)
downloadbcm5719-llvm-4aec5fda9314f48450611e9d3dd5bf139e6b774d.tar.gz
bcm5719-llvm-4aec5fda9314f48450611e9d3dd5bf139e6b774d.zip
Fix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to check mixed output, take #2.
llvm-svn: 267242
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/ARM/Windows/dbzchk.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll b/llvm/test/CodeGen/ARM/Windows/dbzchk.ll
index e1c561fa48f..5de49710cbd 100644
--- a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll
+++ b/llvm/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);
OpenPOWER on IntegriCloud