diff options
Diffstat (limited to 'test/CodeGen/R600/fptrunc.ll')
-rw-r--r-- | test/CodeGen/R600/fptrunc.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/fptrunc.ll b/test/CodeGen/R600/fptrunc.ll index 20a8c00..8ac8d3b 100644 --- a/test/CodeGen/R600/fptrunc.ll +++ b/test/CodeGen/R600/fptrunc.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=CHECK -; CHECK: @fptrunc -; CHECK: V_CVT_F32_F64_e32 +; CHECK: {{^}}fptrunc: +; CHECK: v_cvt_f32_f64_e32 define void @fptrunc(float addrspace(1)* %out, double %in) { %result = fptrunc double %in to float store float %result, float addrspace(1)* %out |