blob: 643d04c84b3fb89146c0494fb5d8248b87aee99c [file] [log] [blame]
Rafael Espindola1c993442014-11-06 15:05:51 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
Duncan P. N. Exon Smithc8eccd12014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattner9742ac82005-01-04 01:58:26 +00003
Tanya Lattner231fe472008-02-16 23:27:24 +00004define double @test() {
Rafael Espindola1c993442014-11-06 15:05:51 +00005; CHECK: ret double 1.0
Chris Lattner9742ac82005-01-04 01:58:26 +00006 ret double 1.0 ;; This should not require hex notation
7}
8