[llvm] r266600 - [PowerPC] add comment to test

Strahinja Petrovic via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 04:52:25 PDT 2016


Author: spetrovic
Date: Mon Apr 18 06:52:14 2016
New Revision: 266600

URL: http://llvm.org/viewvc/llvm-project?rev=266600&view=rev
Log:
[PowerPC] add comment to test

Added comment in test for soft-float operations on ppc architecture.
Test commit.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/ppcsoftops.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/ppcsoftops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ppcsoftops.ll?rev=266600&r1=266599&r2=266600&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/ppcsoftops.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/ppcsoftops.ll Mon Apr 18 06:52:14 2016
@@ -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




More information about the llvm-commits mailing list