diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
| commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
| tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/CodeGen/PowerPC/ppcsoftops.ll | |
| parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/PowerPC/ppcsoftops.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/ppcsoftops.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/ppcsoftops.ll b/test/CodeGen/PowerPC/ppcsoftops.ll index 56c057613bdc..70ee8a42baa9 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 |
