From 79243d9664671d43eb2d688b3b1b30bf9a5a19b7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 1 Oct 2014 17:15:17 +0000 Subject: R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table llvm-svn: 218776 --- llvm/test/CodeGen/R600/infinite-loop.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/R600/infinite-loop.ll') diff --git a/llvm/test/CodeGen/R600/infinite-loop.ll b/llvm/test/CodeGen/R600/infinite-loop.ll index 68ffaae1c42..7bce2f32c24 100644 --- a/llvm/test/CodeGen/R600/infinite-loop.ll +++ b/llvm/test/CodeGen/R600/infinite-loop.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s -; SI-LABEL: @infinite_loop: +; SI-LABEL: {{^}}infinite_loop: ; SI: V_MOV_B32_e32 [[REG:v[0-9]+]], 0x3e7 ; SI: BB0_1: ; SI: BUFFER_STORE_DWORD [[REG]] -- cgit v1.2.3