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=7dfa0e54043e60c59bdd3d2d1bd9a6be07aba7a7;hpb=69ccadd7535a83b348595cf603126e6a68b2883b;p=oota-llvm.git diff --git a/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/test/Assembler/2005-01-03-FPConstantDisassembly.ll index 7dfa0e54043..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 }