From bd59920616d2226f517f797a1c6223d023228c54 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 5 Nov 2014 14:50:34 +0000 Subject: [PATCH] R600/SI: Add an extra check line to make test more strict llvm-svn: 221349 --- llvm/test/CodeGen/R600/sext-in-reg.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/R600/sext-in-reg.ll b/llvm/test/CodeGen/R600/sext-in-reg.ll index f43d006bae98..a23931337ae0 100644 --- a/llvm/test/CodeGen/R600/sext-in-reg.ll +++ b/llvm/test/CodeGen/R600/sext-in-reg.ll @@ -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 {