Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep '1.0' |
Chris Lattner | b9befc5 | 2005-01-04 01:58:26 +0000 | [diff] [blame] | 2 | |
3 | double %test() { | ||||
4 | ret double 1.0 ;; This should not require hex notation | ||||
5 | } | ||||
6 |