summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-27 00:25:28 +0000
committerDevang Patel <dpatel@apple.com>2008-09-27 00:25:28 +0000
commitdb937ec8fa3f1b81b846538ef73d7152c79c749f (patch)
tree5751e852538b90749e3ba403193cdd482665d92a /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
parent1d5e766016903b3adfc0ed54202965177d862b3b (diff)
downloadbcm5719-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.ll4
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
}
OpenPOWER on IntegriCloud