]> granicus.if.org Git - llvm/commitdiff
remove pretty-print test that requires debug
authorSebastian Pop <sebpop@gmail.com>
Wed, 21 Dec 2016 03:37:39 +0000 (03:37 +0000)
committerSebastian Pop <sebpop@gmail.com>
Wed, 21 Dec 2016 03:37:39 +0000 (03:37 +0000)
There is no need to test the pretty printer. Remove the boggus test to make the
build bots happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290234 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/machine-combiner-madd.ll

index 5d1d3f3084a7301cf8b7307c35afb691d45b7fbe..ea3113789461b360701ae9ed8d734f027f39ed0c 100644 (file)
@@ -7,11 +7,6 @@
 ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=exynos-m2  < %s | FileCheck %s
 ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=kryo       < %s | FileCheck %s
 ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=vulcan     < %s | FileCheck %s
-; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -debug-only=machine-combiner < %s 2>&1 > /dev/null | FileCheck %s --check-prefix COMBINE-DUMP
-
-; The machine-combiner debugging dumps should print the new instruction.
-; COMBINE-DUMP: NEW INSTR{{.*}}MADDXrrr
-; COMBINE-DUMP-NOT: NEW INSTR{{.*}}UNKNOWN
 
 ; Make sure that inst-combine fuses the multiply add in the addressing mode of
 ; the load.