diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-02-21 07:42:26 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-02-21 07:42:26 +0000 |
commit | 3cdf542f5acbfa161dd7449c4480907791c9846c (patch) | |
tree | edd5c5b84c7b17a07ea4eb4c16ddc4c5f653af25 /llvm/test/CodeGen/X86/negative_zero.ll | |
parent | e86c91f5b25427fc5d19cb6b6ec8df63835b467b (diff) | |
download | bcm5719-llvm-3cdf542f5acbfa161dd7449c4480907791c9846c.tar.gz bcm5719-llvm-3cdf542f5acbfa161dd7449c4480907791c9846c.zip |
Remove llvm-upgrade and update tests.
llvm-svn: 47432
Diffstat (limited to 'llvm/test/CodeGen/X86/negative_zero.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/negative_zero.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/negative_zero.ll b/llvm/test/CodeGen/X86/negative_zero.ll index 3328a6afec2..3c47b8f1fdd 100644 --- a/llvm/test/CodeGen/X86/negative_zero.ll +++ b/llvm/test/CodeGen/X86/negative_zero.ll @@ -1,6 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs +; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs -double %T() { +define double @T() { ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool } |