diff options
| author | Vincent Lejeune <vljn@ovi.com> | 2013-04-30 12:47:56 +0000 |
|---|---|---|
| committer | Vincent Lejeune <vljn@ovi.com> | 2013-04-30 12:47:56 +0000 |
| commit | e69e26025ecf3e2dd870fa32c2b658ffb68958b1 (patch) | |
| tree | 927c224b4137d913f4598e0a900a1d54ce90f720 /llvm | |
| parent | e8fa45a02c529ea8de3d88502de8f6c8bd179be6 (diff) | |
| download | bcm5719-llvm-e69e26025ecf3e2dd870fa32c2b658ffb68958b1.tar.gz bcm5719-llvm-e69e26025ecf3e2dd870fa32c2b658ffb68958b1.zip | |
R600: fix loop-address.ll test
Texture cache is now used when shader type is not specified
llvm-svn: 180785
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/R600/loop-address.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/loop-address.ll b/llvm/test/CodeGen/R600/loop-address.ll index a3986b23626..dc9295e8e77 100644 --- a/llvm/test/CodeGen/R600/loop-address.ll +++ b/llvm/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 |

