X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2005-01-03-FPConstantDisassembly.ll;h=aaa776f51b814531fb42732807a9d8871985911c;hb=d5ce456161b81a50c2e0dcf948192c1a4e1c8d22;hp=bd0d389ff7c2c37ca6b225d849067c7eba89b598;hpb=b9befc5179f792c48f2dbf46c75b019cd3dc1b11;p=oota-llvm.git diff --git a/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/test/Assembler/2005-01-03-FPConstantDisassembly.ll index bd0d389ff7c..aaa776f51b8 100644 --- a/test/Assembler/2005-01-03-FPConstantDisassembly.ll +++ b/test/Assembler/2005-01-03-FPConstantDisassembly.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | 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 }