X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2008-09-02-FunctionNotes.ll;h=761c91e864c4c84eed6a5ea39f1cc99607ad56de;hb=de29a52940101cd162cc9a53cfd3d09d60547e6f;hp=ba886b1a01046b00bf9cda21e750965144680b9b;hpb=7ad033c9e7a6b164fe971be82f6dc8ec9dc977b3;p=oota-llvm.git diff --git a/test/Assembler/2008-09-02-FunctionNotes.ll b/test/Assembler/2008-09-02-FunctionNotes.ll index ba886b1a010..761c91e864c 100644 --- a/test/Assembler/2008-09-02-FunctionNotes.ll +++ b/test/Assembler/2008-09-02-FunctionNotes.ll @@ -1,11 +1,11 @@ -; Test function notes +; Test function attributes ; RUN: llvm-as < %s | llvm-dis | grep inline | count 2 -define void @fn1() notes(inline=always) { +define void @fn1() alwaysinline { ret void } -define void @fn2() notes(inline=never) { +define void @fn2() noinline { ret void }