summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/fpext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/fpext.ll')
-rw-r--r--test/CodeGen/R600/fpext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fpext.ll b/test/CodeGen/R600/fpext.ll
index 4bad8e913b9..418395ff8e7 100644
--- a/test/CodeGen/R600/fpext.ll
+++ b/test/CodeGen/R600/fpext.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
; CHECK: {{^}}fpext:
-; CHECK: V_CVT_F64_F32_e32
+; CHECK: v_cvt_f64_f32_e32
define void @fpext(double addrspace(1)* %out, float %in) {
%result = fpext float %in to double
store double %result, double addrspace(1)* %out