summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/fptrunc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/fptrunc.ll')
-rw-r--r--test/CodeGen/R600/fptrunc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fptrunc.ll b/test/CodeGen/R600/fptrunc.ll
index 05452d1e86e..8ac8d3bf48d 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: 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