1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[PowerPC] add comment to test

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

llvm-svn: 266600
This commit is contained in:
Strahinja Petrovic 2016-04-18 11:52:14 +00:00
parent 9ff867f98c
commit 19968b2801

View File

@ -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