summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/phi.ll
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-07 18:49:53 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-07 18:49:53 +0000
commita4730cf0b411dc58839ddaea79de05e20236d754 (patch)
treec10fa6c1b5360eca58ee8798ec1a065c0440b05a /llvm/test/CodeGen/WebAssembly/phi.ll
parentd97e5c4db0010fd482c8d6a330e2c7accb3ab333 (diff)
downloadbcm5719-llvm-a4730cf0b411dc58839ddaea79de05e20236d754.tar.gz
bcm5719-llvm-a4730cf0b411dc58839ddaea79de05e20236d754.zip
[WebAssembly] Use the default private label prefixes.
The MC assembler doesn't like using the empty string as a private label prefix because then it treats all labels as private. This commit reverts back to the default prefix, which is .L, which is common in ELF targets and consistent with the LLVM name mangler. llvm-svn: 257083
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/phi.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/phi.ll b/llvm/test/CodeGen/WebAssembly/phi.ll
index 7bce1ba8bd1..00e5859b75c 100644
--- a/llvm/test/CodeGen/WebAssembly/phi.ll
+++ b/llvm/test/CodeGen/WebAssembly/phi.ll
@@ -25,7 +25,7 @@ done:
; Swap phis.
; CHECK-LABEL: test1:
-; CHECK: BB1_1:
+; CHECK: .LBB1_1:
; CHECK: copy_local $[[NUM0:[0-9]+]]=, $[[NUM1:[0-9]+]]{{$}}
; CHECK: copy_local $[[NUM1]]=, $[[NUM2:[0-9]+]]{{$}}
; CHECK: copy_local $[[NUM2]]=, $[[NUM0]]{{$}}
OpenPOWER on IntegriCloud