diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppcsoftops.ll | 2 |
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 |