Reapply r151278 with fixes.

MCize function entry label emission on PowerPC64 properly.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Roman Divacky
2012-02-27 20:20:47 +00:00
parent 77834e795a
commit 4328f9f174
2 changed files with 20 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | FileCheck %s
; CHECK: test1:
; CHECK-NEXT: .quad .L.test1,.TOC.@tocbase
; CHECK-NEXT: .previous
; CHECK-NEXT: .align 3
; CHECK-NEXT: .quad .L.test1
; CHECK-NEXT: .quad .TOC.@tocbase
; CHECK-NEXT: .text
; CHECK-NEXT: .L.test1:
define i32 @test1(i32 %a) nounwind {