summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/available-externally.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-15 02:56:53 +0000
committerChris Lattner <sabre@nondot.org>2009-07-15 02:56:53 +0000
commit392db3e11d93990e5c8382776b91d73ef40db005 (patch)
treec7829bed835546593cb62389f57bc45a73effe64 /test/CodeGen/PowerPC/available-externally.ll
parent1a87c05ec011eaccb950e5f0160e2162e5747553 (diff)
downloadllvm-392db3e11d93990e5c8382776b91d73ef40db005.tar.gz
llvm-392db3e11d93990e5c8382776b91d73ef40db005.tar.bz2
llvm-392db3e11d93990e5c8382776b91d73ef40db005.tar.xz
get the PPC stub temporary label from the mangler instead of
using horrible string hacking. This gives us a different label, but it's just an assembler temporary, so the name doesn't matter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/available-externally.ll')
-rw-r--r--test/CodeGen/PowerPC/available-externally.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/PowerPC/available-externally.ll b/test/CodeGen/PowerPC/available-externally.ll
index 111a15ffd8..e78d6a070d 100644
--- a/test/CodeGen/PowerPC/available-externally.ll
+++ b/test/CodeGen/PowerPC/available-externally.ll
@@ -34,13 +34,13 @@ entry:
; PIC: L_exact_log2$stub:
; PIC: .indirect_symbol _exact_log2
; PIC: mflr r0
-; PIC: bcl 20,31,L0$_exact_log2
+; PIC: bcl 20,31,L_exact_log2$stub$tmp
-; PIC: L0$_exact_log2:
+; PIC: L_exact_log2$stub$tmp:
; PIC: mflr r11
-; PIC: addis r11,r11,ha16(L_exact_log2$lazy_ptr-L0$_exact_log2)
+; PIC: addis r11,r11,ha16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)
; PIC: mtlr r0
-; PIC: lwzu r12,lo16(L_exact_log2$lazy_ptr-L0$_exact_log2)(r11)
+; PIC: lwzu r12,lo16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)(r11)
; PIC: mtctr r12
; PIC: bctr