diff options
author | Strahinja Petrovic <strahinja.petrovic@rt-rk.com> | 2016-04-18 11:52:14 +0000 |
---|---|---|
committer | Strahinja Petrovic <strahinja.petrovic@rt-rk.com> | 2016-04-18 11:52:14 +0000 |
commit | c91b45a31ae04c0b39b264392e193a59baaf7d7f (patch) | |
tree | bb2b19bc0dc3dbdc465440f283af58834ed33023 /llvm/test | |
parent | c3ff0cd8a2c2e18997837d7182994dbd075c3052 (diff) | |
download | bcm5719-llvm-c91b45a31ae04c0b39b264392e193a59baaf7d7f.tar.gz bcm5719-llvm-c91b45a31ae04c0b39b264392e193a59baaf7d7f.zip |
[PowerPC] add comment to test
Added comment in test for soft-float operations on ppc architecture.
Test commit.
llvm-svn: 266600
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppcsoftops.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppcsoftops.ll b/llvm/test/CodeGen/PowerPC/ppcsoftops.ll index 56c057613bd..70ee8a42baa 100644 --- a/llvm/test/CodeGen/PowerPC/ppcsoftops.ll +++ b/llvm/test/CodeGen/PowerPC/ppcsoftops.ll @@ -1,4 +1,6 @@ ; RUN: llc -mtriple=powerpc-unknown-linux-gnu -O0 < %s | FileCheck %s + +; Testing operations in soft-float mode define double @foo() #0 { entry: %a = alloca double, align 8 |