diff options
Diffstat (limited to 'test/CodeGen/R600/seto.ll')
| -rw-r--r-- | test/CodeGen/R600/seto.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/seto.ll b/test/CodeGen/R600/seto.ll index 8633a4b804af..cc942c10a91e 100644 --- a/test/CodeGen/R600/seto.ll +++ b/test/CodeGen/R600/seto.ll @@ -1,6 +1,7 @@ ;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s -;CHECK: V_CMP_O_F32_e64 s[0:1], {{[sv][0-9]+, [sv][0-9]+}}, 0, 0, 0, 0 +;CHECK-LABEL: @main +;CHECK: V_CMP_O_F32_e32 vcc, {{[sv][0-9]+, v[0-9]+}} define void @main(float %p) { main_body: |
