From 1f867c6f9c43016b088479f876848d50f8f31fa8 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Mon, 28 Mar 2016 22:11:06 +0000 Subject: [PATCH] fix checks: *_DAG -> *-DAG llvm-svn: 264676 --- llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll | 6 +++--- llvm/test/CodeGen/ARM/Windows/dbzchk.ll | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll b/llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll index 8b39756..7da8bde 100644 --- a/llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll +++ b/llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll @@ -69,7 +69,7 @@ define void @test_copy_v4i8_x4(<4 x i8> addrspace(1)* %out0, <4 x i8> addrspace( ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte -; SI_DAG: buffer_store_byte +; SI-DAG: buffer_store_byte ; After scalarizing v4i8 loads is fixed. ; XSI: buffer_load_dword @@ -105,11 +105,11 @@ define void @test_copy_v4i8_extra_use(<4 x i8> addrspace(1)* %out0, <4 x i8> add ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte -; SI_DAG: buffer_store_byte ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte ; SI-DAG: buffer_store_byte -; SI_DAG: buffer_store_byte +; SI-DAG: buffer_store_byte +; SI-DAG: buffer_store_byte ; XSI: buffer_load_dword ; XSI: BFE diff --git a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll b/llvm/test/CodeGen/ARM/Windows/dbzchk.ll index 487464c..9019545 100644 --- a/llvm/test/CodeGen/ARM/Windows/dbzchk.ll +++ b/llvm/test/CodeGen/ARM/Windows/dbzchk.ll @@ -115,7 +115,7 @@ if.end: attributes #0 = { optsize } ; CHECK-CFG-DAG: BB#0 -; CHECK-CFG_DAG: t2Bcc +; CHECK-CFG-DAG: t2Bcc ; CHECK-CFG-DAG: t2B ; CHECK-CFG-DAG: BB#1 -- 2.7.4