From 272458bd06d0c6d09e9bf776fb60735b0cdc8cf1 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Fri, 19 Jul 2013 21:45:15 +0000 Subject: R600: Don't emit empty then clause and use alu_pop_after git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186725 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/R600/jump-address.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/R600/jump-address.ll') diff --git a/test/CodeGen/R600/jump-address.ll b/test/CodeGen/R600/jump-address.ll index 9a5f1bc..26c298b 100644 --- a/test/CodeGen/R600/jump-address.ll +++ b/test/CodeGen/R600/jump-address.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -; CHECK: JUMP @7 +; CHECK: JUMP @5 ; CHECK: EXPORT ; CHECK-NOT: EXPORT -- cgit v1.1