aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-29 20:49:50 +0000
committerDevang Patel <dpatel@apple.com>2008-09-29 20:49:50 +0000
commit652203f3f3b6dd5062bb450d189a80d8aaa51693 (patch)
tree4123ccebcf9d7bbda6fa3d578235245e7d5bbd38 /test/Assembler/2008-09-02-FunctionNotes2.ll
parent66c6c65de28c3140fd4d048535fc259fc3f71479 (diff)
downloadexternal_llvm-652203f3f3b6dd5062bb450d189a80d8aaa51693.zip
external_llvm-652203f3f3b6dd5062bb450d189a80d8aaa51693.tar.gz
external_llvm-652203f3f3b6dd5062bb450d189a80d8aaa51693.tar.bz2
Support inreg, zext and sext as return value attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56801 91177308-0d34-0410-b5e6-96231b3b80d8
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
}