From 895fbaa13c0005ae6aa083651d1515392e5de6db Mon Sep 17 00:00:00 2001 From: Strahinja Petrovic Date: Mon, 18 Apr 2016 11:52:14 +0000 Subject: [PATCH] [PowerPC] add comment to test Added comment in test for soft-float operations on ppc architecture. Test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266600 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/ppcsoftops.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/PowerPC/ppcsoftops.ll b/test/CodeGen/PowerPC/ppcsoftops.ll index 56c057613bd..70ee8a42baa 100644 --- a/test/CodeGen/PowerPC/ppcsoftops.ll +++ b/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