diff options
| author | Kevin Enderby <enderby@apple.com> | 2011-03-29 21:54:10 +0000 |
|---|---|---|
| committer | Kevin Enderby <enderby@apple.com> | 2011-03-29 21:54:10 +0000 |
| commit | df4935cc903b97e9bcd5a76b0907d4a38a996074 (patch) | |
| tree | de4803a5af94f5490e1719ab919a0d95dfb42b1d | |
| parent | a0f0b5d9f07f6de113a5963b128387b46c03bcd1 (diff) | |
| download | bcm5719-llvm-df4935cc903b97e9bcd5a76b0907d4a38a996074.tar.gz bcm5719-llvm-df4935cc903b97e9bcd5a76b0907d4a38a996074.zip | |
Adding a test for "-inf" as well.
llvm-svn: 128495
| -rw-r--r-- | llvm/test/MC/AsmParser/floating-literals.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/AsmParser/floating-literals.s b/llvm/test/MC/AsmParser/floating-literals.s index 0e96571e1ac..d44bb9830c0 100644 --- a/llvm/test/MC/AsmParser/floating-literals.s +++ b/llvm/test/MC/AsmParser/floating-literals.s @@ -9,6 +9,9 @@ # CHECK: .long 2139095040 .single InFinIty +# CHECK: .long 4286578688 +.single -iNf + # CHECK: .long 2147483647 .single nAN |

