summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-02-27 20:20:47 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-02-27 20:20:47 +0000
commit8fe40cd659fffeedb934108d486df0d6c63a66ad (patch)
tree4e6eda78b0c9b6eed7492153480cbdbcc56188df /llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
parent77a1fd3f458b95d957206a57891794f0a3a9b5bc (diff)
downloadbcm5719-llvm-8fe40cd659fffeedb934108d486df0d6c63a66ad.tar.gz
bcm5719-llvm-8fe40cd659fffeedb934108d486df0d6c63a66ad.zip
Reapply r151278 with fixes.
MCize function entry label emission on PowerPC64 properly. llvm-svn: 151547
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll b/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
index 74b3dc7dc7f..58ea988de9b 100644
--- a/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
+++ b/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
@@ -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 {
OpenPOWER on IntegriCloud