New shuffle test case.
[oota-llvm.git] / test / Assembler / 2004-12-06-ConstantFloatRange.ll
1 ; RUN: llvm-as %s -o /dev/null 2>&1 | grep "constant invalid for type"
2 ; XFAIL: *
3
4 ;; This is a testcase for PR409
5
6 ; make sure that 'float' values are in range
7
8 %D1 = constant double 3.40282347e+39
9 %D2 = constant double -3.40282347e+39
10 %F1 = constant float 3.40282346e+38
11 %F2 = constant float -3.40282346e+38
12 %D1 = constant float 3.40282347e+39
13 %D2 = constant float -3.40282347e+39