summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/seto.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/seto.ll')
-rw-r--r--test/CodeGen/R600/seto.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/seto.ll b/test/CodeGen/R600/seto.ll
index 384c9cf5bb8..5fe6ff6bcd3 100644
--- a/test/CodeGen/R600/seto.ll
+++ b/test/CodeGen/R600/seto.ll
@@ -1,8 +1,8 @@
; RUN: llc -march=r600 -mcpu=verde -verify-machineinstrs < %s | FileCheck %s
; CHECK-LABEL: {{^}}main:
-; CHECK: V_CMP_O_F32_e64 [[CMP:s\[[0-9]+:[0-9]+\]]], [[SREG:s[0-9]+]], [[SREG]]
-; CHECK-NEXT: V_CNDMASK_B32_e64 {{v[0-9]+}}, 0, 1.0, [[CMP]]
+; CHECK: v_cmp_o_f32_e64 [[CMP:s\[[0-9]+:[0-9]+\]]], [[SREG:s[0-9]+]], [[SREG]]
+; CHECK-NEXT: v_cndmask_b32_e64 {{v[0-9]+}}, 0, 1.0, [[CMP]]
define void @main(float %p) {
main_body:
%c = fcmp oeq float %p, %p