AMDGPU: Cleanup / relax tests for future changes
llvm-svn: 347576
diff --git a/llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll b/llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
index bf2f5d38..3a48ffd 100644
--- a/llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
+++ b/llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
@@ -48,8 +48,8 @@
; GCN: v_readlane_b32
; GCN-NOT: v_readlane_b32 s32
-; GCN: buffer_load_dword v32,
-; GCN: buffer_load_dword v33,
+; GCN-DAG: buffer_load_dword v32,
+; GCN-DAG: buffer_load_dword v33,
; GCN: s_sub_u32 s32, s32, 0xc00{{$}}
; GCN: s_setpc_b64
define void @void_func_byval_struct_non_leaf(%struct.ByValStruct addrspace(5)* byval noalias nocapture align 4 %arg0, %struct.ByValStruct addrspace(5)* byval noalias nocapture align 4 %arg1) #1 {