summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/selectcc-opt.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-10-01 19:32:49 +0000
committerVincent Lejeune <vljn@ovi.com>2013-10-01 19:32:49 +0000
commitc6c37d74a272f49f811fe747aa71f372600dfd9e (patch)
tree7ebd8109d6dd3c7068aae8e0c8fc36d2d027e079 /test/CodeGen/R600/selectcc-opt.ll
parent5b00e833fabbf5bdf2973c63c39d4a0d0143853a (diff)
downloadllvm-c6c37d74a272f49f811fe747aa71f372600dfd9e.tar.gz
llvm-c6c37d74a272f49f811fe747aa71f372600dfd9e.tar.bz2
llvm-c6c37d74a272f49f811fe747aa71f372600dfd9e.tar.xz
R600: Put PRED_X instruction in its own clause
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/selectcc-opt.ll')
-rw-r--r--test/CodeGen/R600/selectcc-opt.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/R600/selectcc-opt.ll b/test/CodeGen/R600/selectcc-opt.ll
index 834c030695..9bae401908 100644
--- a/test/CodeGen/R600/selectcc-opt.ll
+++ b/test/CodeGen/R600/selectcc-opt.ll
@@ -30,8 +30,7 @@ ENDIF:
; CHECK: @test_b
; CHECK: SET{{[GTEQN]+}}_DX10
-; CHECK-NEXT: PRED_
-; CHECK-NEXT: ALU clause starting
+; CHECK: PRED_
define void @test_b(i32 addrspace(1)* %out, float %in) {
entry:
%0 = fcmp olt float %in, 0.0