diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/selectcc-opt.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/selectcc-opt.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/selectcc-opt.ll b/llvm/test/CodeGen/R600/selectcc-opt.ll index 02d93539042..7f568fc0e67 100644 --- a/llvm/test/CodeGen/R600/selectcc-opt.ll +++ b/llvm/test/CodeGen/R600/selectcc-opt.ll @@ -29,8 +29,10 @@ ENDIF: ; for the icmp instruction ; CHECK: @test_b +; CHECK: VTX_READ ; CHECK: SET{{[GTEQN]+}}_DX10 ; CHECK-NEXT: PRED_ +; CHECK-NEXT: ALU clause starting define void @test_b(i32 addrspace(1)* %out, float %in) { entry: %0 = fcmp ult float %in, 0.0 |