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

llvm-svn: 351068

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

index b451a1b..a8b2db1 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}