[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

Devang Patel dpatel at apple.com
Tue Sep 30 09:21:13 PDT 2008


On Sep 30, 2008, at 1:17 AM, Duncan Sands wrote:

> 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?

I did not XFAIL this test by accident.

The verifier needs to catch this. Note, the error message is also  
outdated.
-
Devang




More information about the llvm-commits mailing list