commit | cc4d6ce5326e58df3699e755862d519745af9008 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Sep 02 20:58:16 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Sep 02 20:58:16 2008 +0000 |
tree | a5f1bf30491c2acb138d21e9e8b7ed23c3e59acb | |
parent | 600879c8e8c69379ba4335e6e7e6ff2bb17111f0 [diff] [blame] |
Function notes tests. llvm-svn: 55648
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll new file mode 100644 index 0000000..7740bdd --- /dev/null +++ b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -0,0 +1,7 @@ +; Test function notes +; RUN: not llvm-as %s |& grep "only one inline note" + +define void @fn1() notes(inline=always,inline=never) { + ret void +} +