]> granicus.if.org Git - llvm/commitdiff
[MIPS GlobalISel] Fix release build make-check after r351046
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 14 Jan 2019 14:12:43 +0000 (14:12 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 14 Jan 2019 14:12:43 +0000 (14:12 +0000)
Add 'REQUIRES: asserts' to test that uses debug output in
order to fix r351046 for buildbots that use release build.

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

test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir

index b451a1b58f25e77951a5c9fbd8e7d1efffc0e352..a8b2db19e4181e07b6ad0dfa93ad7e7a722367a8 100644 (file)
@@ -1,4 +1,5 @@
 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=mips-prelegalizer-combiner -verify-machineinstrs -debug %s -o - 2>&1 | FileCheck %s -check-prefixes=MIPS32
+# REQUIRES: asserts
 --- |
 
   define void @f() {entry: ret void}