commit | db937ec8fa3f1b81b846538ef73d7152c79c749f | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Sat Sep 27 00:25:28 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Sat Sep 27 00:25:28 2008 +0000 |
tree | 5751e852538b90749e3ba403193cdd482665d92a | |
parent | 1d5e766016903b3adfc0ed54202965177d862b3b [diff] [blame] |
Update tests. llvm-svn: 56730
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 7740bdd..08fd139 100644 --- a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -1,7 +1,7 @@ ; Test function notes ; RUN: not llvm-as %s |& grep "only one inline note" - -define void @fn1() notes(inline=always,inline=never) { +; XFAIL: * +define void @fn1() alwaysinline, noinline { ret void }