diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-27 00:25:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-27 00:25:28 +0000 |
commit | db937ec8fa3f1b81b846538ef73d7152c79c749f (patch) | |
tree | 5751e852538b90749e3ba403193cdd482665d92a /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | |
parent | 1d5e766016903b3adfc0ed54202965177d862b3b (diff) | |
download | bcm5719-llvm-db937ec8fa3f1b81b846538ef73d7152c79c749f.tar.gz bcm5719-llvm-db937ec8fa3f1b81b846538ef73d7152c79c749f.zip |
Update tests.
llvm-svn: 56730
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r-- | llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 7740bdd596c..08fd1396a85 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 } |