summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-04-30 12:47:56 +0000
committerVincent Lejeune <vljn@ovi.com>2013-04-30 12:47:56 +0000
commite69e26025ecf3e2dd870fa32c2b658ffb68958b1 (patch)
tree927c224b4137d913f4598e0a900a1d54ce90f720 /llvm
parente8fa45a02c529ea8de3d88502de8f6c8bd179be6 (diff)
downloadbcm5719-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.ll4
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
OpenPOWER on IntegriCloud