X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2008-09-02-FunctionNotes2.ll;h=8a49e8990280259fcfb5c22874a2a00911a9e652;hb=0b88ed9dece0e73380d7ec58f24f8ff0c7eeb478;hp=dbe75be700b7e7abe9d8f4d4b908bef68918fe98;hpb=7c31085b1c95290c834bc3d8d25d7b3b61b90c7b;p=oota-llvm.git diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll index dbe75be700b..8a49e899028 100644 --- a/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/test/Assembler/2008-09-02-FunctionNotes2.ll @@ -1,5 +1,5 @@ ; Test function notes -; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible" +; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible" define void @fn1() alwaysinline noinline { ret void }