[llvm-commits] [llvm] r151552 - /llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll

Roman Divacky rdivacky at freebsd.org
Mon Feb 27 12:42:19 PST 2012


Author: rdivacky
Date: Mon Feb 27 14:42:19 2012
New Revision: 151552

URL: http://llvm.org/viewvc/llvm-project?rev=151552&view=rev
Log:
Test the section specification.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll?rev=151552&r1=151551&r2=151552&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/ppc64-linux-func-size.ll Mon Feb 27 14:42:19 2012
@@ -1,6 +1,7 @@
 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | FileCheck %s
 
-; CHECK: test1:
+; CHECK:      .section	.opd,"aw", at progbits
+; CHECK-NEXT: test1:
 ; CHECK-NEXT:	.align 3
 ; CHECK-NEXT:	.quad .L.test1
 ; CHECK-NEXT:	.quad .TOC. at tocbase





More information about the llvm-commits mailing list