From 37ed9c199ca639565f6ce88105f9e39e898d82d0 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 1 Dec 2014 14:51:49 -0800 Subject: Update aosp/master LLVM for rebase to r222494. Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d --- test/CodeGen/R600/urem.ll | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/CodeGen/R600/urem.ll') diff --git a/test/CodeGen/R600/urem.ll b/test/CodeGen/R600/urem.ll index 8045145..914f5d0 100644 --- a/test/CodeGen/R600/urem.ll +++ b/test/CodeGen/R600/urem.ll @@ -5,10 +5,10 @@ ;The goal of this test is to make sure the ISel doesn't fail when it gets ;a v2i32/v4i32 urem -;EG-CHECK: @test2 +;EG-CHECK: {{^}}test2: ;EG-CHECK: CF_END -;SI-CHECK: @test2 -;SI-CHECK: S_ENDPGM +;SI-CHECK: {{^}}test2: +;SI-CHECK: s_endpgm define void @test2(<2 x i32> addrspace(1)* %out, <2 x i32> addrspace(1)* %in) { %b_ptr = getelementptr <2 x i32> addrspace(1)* %in, i32 1 @@ -19,10 +19,10 @@ define void @test2(<2 x i32> addrspace(1)* %out, <2 x i32> addrspace(1)* %in) { ret void } -;EG-CHECK: @test4 +;EG-CHECK: {{^}}test4: ;EG-CHECK: CF_END -;SI-CHECK: @test4 -;SI-CHECK: S_ENDPGM +;SI-CHECK: {{^}}test4: +;SI-CHECK: s_endpgm define void @test4(<4 x i32> addrspace(1)* %out, <4 x i32> addrspace(1)* %in) { %b_ptr = getelementptr <4 x i32> addrspace(1)* %in, i32 1 -- cgit v1.1