aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r--test/Assembler/2008-09-02-FunctionNotes2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll
index 08fd139..6a5116b 100644
--- a/test/Assembler/2008-09-02-FunctionNotes2.ll
+++ b/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -1,7 +1,7 @@
; Test function notes
; RUN: not llvm-as %s |& grep "only one inline note"
; XFAIL: *
-define void @fn1() alwaysinline, noinline {
+define void @fn1() alwaysinline noinline {
ret void
}