brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · 643d04c Raw
9 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4define double @test() {5; CHECK: ret double 1.06        ret double 1.0   ;; This should not require hex notation7}8 9