summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/basic-branch.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
commit79243d9664671d43eb2d688b3b1b30bf9a5a19b7 (patch)
treece9b59b6bfc7ab0c68963918fa5f07cc838f99f4 /llvm/test/CodeGen/R600/basic-branch.ll
parent0a4e9a3b25ceac87bede40e6b4f7cae01468a507 (diff)
downloadbcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.tar.gz
bcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.zip
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
llvm-svn: 218776
Diffstat (limited to 'llvm/test/CodeGen/R600/basic-branch.ll')
-rw-r--r--llvm/test/CodeGen/R600/basic-branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/basic-branch.ll b/llvm/test/CodeGen/R600/basic-branch.ll
index d084132d4fc..073ab796137 100644
--- a/llvm/test/CodeGen/R600/basic-branch.ll
+++ b/llvm/test/CodeGen/R600/basic-branch.ll
@@ -1,7 +1,7 @@
; XFAIL: *
; RUN: llc -O0 -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck %s
-; CHECK-LABEL: @test_branch(
+; CHECK-LABEL: {{^}}test_branch(
define void @test_branch(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in, i32 %val) nounwind {
%cmp = icmp ne i32 %val, 0
br i1 %cmp, label %store, label %end
OpenPOWER on IntegriCloud