summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorStrahinja Petrovic <strahinja.petrovic@rt-rk.com>2016-04-18 11:52:14 +0000
committerStrahinja Petrovic <strahinja.petrovic@rt-rk.com>2016-04-18 11:52:14 +0000
commitc91b45a31ae04c0b39b264392e193a59baaf7d7f (patch)
treebb2b19bc0dc3dbdc465440f283af58834ed33023 /llvm/test
parentc3ff0cd8a2c2e18997837d7182994dbd075c3052 (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud