summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-25 19:39:06 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-25 19:39:06 +0000
commite047b2598e3a63bf9e2dd4e8cbed0d0c8dcd7903 (patch)
tree3b288e675c25c3752813a6aef24def8120cff1f7 /llvm
parentdf3e2246323c7e9c116fd38cd77df6d2a3b96c16 (diff)
downloadbcm5719-llvm-e047b2598e3a63bf9e2dd4e8cbed0d0c8dcd7903.tar.gz
bcm5719-llvm-e047b2598e3a63bf9e2dd4e8cbed0d0c8dcd7903.zip
AMDGPU: Fix missing verify-machineinstrs in control flow test
llvm-svn: 276679
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AMDGPU/branch-uniformity.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll b/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
index d1a1f93f021..b3779e8dd42 100644
--- a/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
+++ b/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
@@ -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
OpenPOWER on IntegriCloud