AMDGPU: Fix missing verify-machineinstrs in control flow test

llvm-svn: 276679
This commit is contained in:
Matt Arsenault 2016-07-25 19:39:06 +00:00
parent df3e224632
commit e047b2598e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -mtriple=amdgcn-- < %s | FileCheck %s
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck %s
; The branch instruction in LOOP49 has a uniform condition, but PHI instructions
; introduced by the structurizecfg pass previously caused a false divergence