diff options
| author | Roman Divacky <rdivacky@freebsd.org> | 2012-02-27 20:42:19 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@freebsd.org> | 2012-02-27 20:42:19 +0000 |
| commit | ded7f010628b725820a4c364796ad44d9c269a51 (patch) | |
| tree | f7e65d5450cec24db7b31f1170760a578e3360c9 /llvm/test/CodeGen/PowerPC | |
| parent | 6776673f099d3610e86440d253fef1f3ae64323f (diff) | |
| download | bcm5719-llvm-ded7f010628b725820a4c364796ad44d9c269a51.tar.gz bcm5719-llvm-ded7f010628b725820a4c364796ad44d9c269a51.zip | |
Test the section specification.
llvm-svn: 151552
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll b/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll index 58ea988de9b..e5aa1f169f6 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-linux-func-size.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | FileCheck %s -; CHECK: test1: +; CHECK: .section .opd,"aw",@progbits +; CHECK-NEXT: test1: ; CHECK-NEXT: .align 3 ; CHECK-NEXT: .quad .L.test1 ; CHECK-NEXT: .quad .TOC.@tocbase |

