aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2012-02-23 20:28:39 +0000
committerRoman Divacky <rdivacky@freebsd.org>2012-02-23 20:28:39 +0000
commitca0af3a971eac682b1a60987831ae84b256ce37a (patch)
tree2701ded5dbed3989c14a4ef42da32df051feeef6 /test/CodeGen/PowerPC/ppc64-linux-func-size.ll
parentb6bd8ccd02f7c2febee19b1eae2cb1ce90ad4001 (diff)
downloadexternal_llvm-ca0af3a971eac682b1a60987831ae84b256ce37a.zip
external_llvm-ca0af3a971eac682b1a60987831ae84b256ce37a.tar.gz
external_llvm-ca0af3a971eac682b1a60987831ae84b256ce37a.tar.bz2
MCize function entry label emission on PowerPC64 properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ppc64-linux-func-size.ll')
-rw-r--r--test/CodeGen/PowerPC/ppc64-linux-func-size.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/ppc64-linux-func-size.ll b/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
index faed197..0a54925 100644
--- a/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
+++ b/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
@@ -1,8 +1,9 @@
; 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: .quad .L.test1
+; CHECK-NEXT: .quad .TOC.@tocbase
+; CHECK-NEXT: .text
; CHECK-NEXT: .L.test1:
define i32 @test1(i32 %a) nounwind {