summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2008-09-02-FunctionNotes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes.ll')
-rw-r--r--llvm/test/Assembler/2008-09-02-FunctionNotes.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes.ll
index ba886b1a010..5ac9bbe2a9d 100644
--- a/llvm/test/Assembler/2008-09-02-FunctionNotes.ll
+++ b/llvm/test/Assembler/2008-09-02-FunctionNotes.ll
@@ -1,11 +1,11 @@
; Test function notes
; RUN: llvm-as < %s | llvm-dis | grep inline | count 2
-define void @fn1() notes(inline=always) {
+define void @fn1() alwaysinline {
ret void
}
-define void @fn2() notes(inline=never) {
+define void @fn2() noinline {
ret void
}
OpenPOWER on IntegriCloud