X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2005-01-03-FPConstantDisassembly.ll;h=aaa776f51b814531fb42732807a9d8871985911c;hb=b1cacc74232164a9d80ee65d20e0095b25eb74d8;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..aaa776f51b8 100644 --- a/test/Assembler/2005-01-03-FPConstantDisassembly.ll +++ b/test/Assembler/2005-01-03-FPConstantDisassembly.ll @@ -1,6 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 1.0 +; RUN: llvm-as < %s | llvm-dis | grep 1.0 -double %test() { +define double @test() { ret double 1.0 ;; This should not require hex notation }