Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
      2 ; RUN: verify-uselistorder %s
      3 
      4 define double @test() {
      5 ; CHECK: ret double 1.0
      6         ret double 1.0   ;; This should not require hex notation
      7 }
      8 
      9