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