R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
[oota-llvm.git] / test / CodeGen / R600 / fptrunc.ll
index 20a8c00ba49864610763548097aee825287b066f..05452d1e86e2353bf60a53314a5e48e6556ca1da 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
 
-; CHECK: @fptrunc
+; CHECK: {{^}}fptrunc:
 ; CHECK: V_CVT_F32_F64_e32
 define void @fptrunc(float addrspace(1)* %out, double %in) {
   %result = fptrunc double %in to float