X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2005-01-03-FPConstantDisassembly.ll;h=643d04c84b3fb89146c0494fb5d8248b87aee99c;hb=961a0e424cc7a63ee57cc8506c8a04cbf6012e1f;hp=c3a66b42e27aaebc95aef6ba3e56c9bbf4071e6d;hpb=90008f4bee2341de3df6aa1d7b639a91f0793ef5;p=oota-llvm.git diff --git a/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/test/Assembler/2005-01-03-FPConstantDisassembly.ll index c3a66b42e27..643d04c84b3 100644 --- a/test/Assembler/2005-01-03-FPConstantDisassembly.ll +++ b/test/Assembler/2005-01-03-FPConstantDisassembly.ll @@ -1,6 +1,8 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 1.0 +; RUN: llvm-as < %s | llvm-dis | FileCheck %s +; RUN: verify-uselistorder %s -double %test() { +define double @test() { +; CHECK: ret double 1.0 ret double 1.0 ;; This should not require hex notation }