forked from OSchip/llvm-project
AMDGPU: Fix missing -verify-machineinstrs in test
llvm-svn: 283107
This commit is contained in:
parent
efd4006080
commit
40bae76620
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue