diff options
author | Nirav Dave <niravd@google.com> | 2017-06-24 01:29:24 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2017-06-24 01:29:24 +0000 |
commit | 18c10c53d0e9b29c0d65d370073967a78558dcd2 (patch) | |
tree | 03ad1b27524fea7831f5c567f16f1e0ea73b94aa /llvm/test | |
parent | d2c9ec7bc744a88389a691d11de723cabcc22b3c (diff) | |
download | bcm5719-llvm-18c10c53d0e9b29c0d65d370073967a78558dcd2.tar.gz bcm5719-llvm-18c10c53d0e9b29c0d65d370073967a78558dcd2.zip |
Update constants in complex-return test to prevent reduction to smaller constants
llvm-svn: 306192
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/complex-return.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/complex-return.ll b/llvm/test/CodeGen/PowerPC/complex-return.ll index ec87a89b110..b25420a48e6 100644 --- a/llvm/test/CodeGen/PowerPC/complex-return.ll +++ b/llvm/test/CodeGen/PowerPC/complex-return.ll @@ -9,7 +9,7 @@ entry: %x = alloca { ppc_fp128, ppc_fp128 }, align 16 %real = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 0 %imag = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 1 - store ppc_fp128 0xM400C0000000000000000000000000000, ppc_fp128* %real + store ppc_fp128 0xM400C0000000000300000000010000000, ppc_fp128* %real store ppc_fp128 0xMC00547AE147AE1483CA47AE147AE147A, ppc_fp128* %imag %x.realp = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 0 %x.real = load ppc_fp128, ppc_fp128* %x.realp |