blob: 7dfa0e54043e60c59bdd3d2d1bd9a6be07aba7a7 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep '1.0'
Chris Lattnerb9befc52005-01-04 01:58:26 +00002
3double %test() {
4 ret double 1.0 ;; This should not require hex notation
5}
6