R600/SI: Add an extra check line to make test more strict
authorTom Stellard <thomas.stellard@amd.com>
Wed, 5 Nov 2014 14:50:34 +0000 (14:50 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 5 Nov 2014 14:50:34 +0000 (14:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221349 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/R600/sext-in-reg.ll

index f43d006bae983de4c02beea2e79457841a0fcd8a..a23931337ae0fbc0171743d01f3781f84809cf26 100644 (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 {