From: Matt Arsenault Date: Sun, 23 Nov 2014 02:57:47 +0000 (+0000) Subject: R600/SI: Fix missing -verify-machineinstrs on a test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=023311333a06cfc3685f5506f86d7a9bc65a2ff3;p=oota-llvm.git R600/SI: Fix missing -verify-machineinstrs on a test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222627 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/valu-i1.ll b/test/CodeGen/R600/valu-i1.ll index 2c209fcb857..a193077067e 100644 --- a/test/CodeGen/R600/valu-i1.ll +++ b/test/CodeGen/R600/valu-i1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck --check-prefix=SI %s +; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s ; Make sure the i1 values created by the cfg structurizer pass are ; moved using VALU instructions