R600/SI: Add an extra check line to make test more strict

llvm-svn: 221349
This commit is contained in:
Tom Stellard 2014-11-05 14:50:34 +00:00
parent c560b365a0
commit bd59920616
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ define void @sextload_i8_to_i32_bfe(i32 addrspace(1)* %out, i8 addrspace(1)* %pt
}
; FUNC-LABEL: {{^}}sextload_i8_to_i32_bfe_0:
; SI: .text
; SI-NOT: BFE
; SI: S_ENDPGM
define void @sextload_i8_to_i32_bfe_0(i32 addrspace(1)* %out, i8 addrspace(1)* %ptr) nounwind {