summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-10-03 12:58:59 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-10-03 12:58:59 +0000
commit40bae766206f079f82f89df86dc008dba77ba761 (patch)
treeaf9bff23dd21af877e1235d894eadf59e7b97900
parentefd40060801402c8e02eae6d29391a58636d80d7 (diff)
downloadbcm5719-llvm-40bae766206f079f82f89df86dc008dba77ba761.tar.gz
bcm5719-llvm-40bae766206f079f82f89df86dc008dba77ba761.zip
AMDGPU: Fix missing -verify-machineinstrs in test
llvm-svn: 283107
-rw-r--r--llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll b/llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
index 5171406469a..c3d9ee7f13f 100644
--- a/llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
+++ b/llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=amdgcn -mcpu=fiji < %s | FileCheck %s
+; RUN: llc -march=amdgcn -mcpu=fiji -verify-machineinstrs < %s | FileCheck %s
; Make sure this doesn't crash.
; CHECK: {{^}}test:
OpenPOWER on IntegriCloud