From c91b45a31ae04c0b39b264392e193a59baaf7d7f 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. llvm-svn: 266600 --- llvm/test/CodeGen/PowerPC/ppcsoftops.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/CodeGen/PowerPC/ppcsoftops.ll b/llvm/test/CodeGen/PowerPC/ppcsoftops.ll index 56c0576..70ee8a4 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 -- 2.7.4