summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
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