From b715ce35d709e911f0936cfdb6b98aef15d0d5cf Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Tue, 29 Mar 2011 21:54:10 +0000 Subject: Adding a test for "-inf" as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128495 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/floating-literals.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/MC/AsmParser') diff --git a/test/MC/AsmParser/floating-literals.s b/test/MC/AsmParser/floating-literals.s index 0e96571e1a..d44bb9830c 100644 --- a/test/MC/AsmParser/floating-literals.s +++ b/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 -- cgit v1.2.3-18-g5258