diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.round.f64.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/llvm.round.f64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.round.f64.ll b/llvm/test/CodeGen/R600/llvm.round.f64.ll index 404cb0f7ec0..f21c2ae4c3f 100644 --- a/llvm/test/CodeGen/R600/llvm.round.f64.ll +++ b/llvm/test/CodeGen/R600/llvm.round.f64.ll @@ -21,9 +21,9 @@ define void @round_f64(double addrspace(1)* %out, double %x) #0 { ; SI: v_cmp_eq_i32 ; SI: s_mov_b32 [[BFIMASK:s[0-9]+]], 0x7fffffff +; SI: v_cmp_lt_i32_e64 ; SI: v_bfi_b32 [[COPYSIGN:v[0-9]+]], [[BFIMASK]] -; SI: v_cmp_lt_i32_e64 ; SI: v_cmp_gt_i32_e64 |

