[llvm-commits] [llvm] r56801 - in /llvm/trunk: lib/AsmParser/llvmAsmParser.cpp.cvs lib/AsmParser/llvmAsmParser.y lib/AsmParser/llvmAsmParser.y.cvs lib/VMCore/AsmWriter.cpp test/Assembler/2008-09-02-FunctionNotes.ll test/Assembler/2008-09-02-FunctionNotes2.ll test/Assembler/2008-09-29-RetAttr.ll test/Transforms/DeadArgElim/keepalive.ll

Duncan Sands baldrick at free.fr
Tue Sep 30 01:17:36 PDT 2008


Hi Devang,

> --- llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll (original)
> +++ llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll Mon Sep 29 15:49:50 2008
> @@ -1,7 +1,7 @@
>  ; Test function notes
>  ; RUN: not llvm-as  %s |& grep "only one inline note" 
>  ; XFAIL: *
> -define void @fn1() alwaysinline, noinline {
> +define void @fn1() alwaysinline  noinline {
>    ret void
>  }

should this test still be xfail'ed?  Also, the runline might
be better as: not llvm-as < %s ...

Ciao,

Duncan.



More information about the llvm-commits mailing list