From 1872730c5a0d95ba9d2ed7e1e9607e86c50e9070 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Tue, 30 Apr 2013 12:47:56 +0000 Subject: [PATCH] R600: fix loop-address.ll test Texture cache is now used when shader type is not specified git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180785 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/R600/loop-address.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/R600/loop-address.ll b/test/CodeGen/R600/loop-address.ll index a3986b23626..dc9295e8e77 100644 --- a/test/CodeGen/R600/loop-address.ll +++ b/test/CodeGen/R600/loop-address.ll @@ -1,10 +1,10 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -;CHECK: VTX +;CHECK: TEX ;CHECK: ALU_PUSH ;CHECK: JUMP @4 ;CHECK: ELSE @16 -;CHECK: VTX +;CHECK: TEX ;CHECK: LOOP_START_DX10 @15 ;CHECK: LOOP_BREAK @14 ;CHECK: POP @16