remove pretty-print test that requires debug

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
This commit is contained in:
Sebastian Pop 2016-12-21 03:37:39 +00:00
parent 40059176bf
commit 5f9dad751b

View 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.