AMDGPU: Fix missing verify-machineinstrs in control flow test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 25 Jul 2016 19:39:06 +0000 (19:39 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 25 Jul 2016 19:39:06 +0000 (19:39 +0000)
llvm-svn: 276679

llvm/test/CodeGen/AMDGPU/branch-uniformity.ll

index d1a1f93..b3779e8 100644 (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