diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-29 20:49:50 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-29 20:49:50 +0000 |
commit | 221fe42006a95dbbd8d593428858a2d4f388b15a (patch) | |
tree | ed9f95742c7ee6d2e454723bd9a7aeb30df71e98 /llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | |
parent | 38093af3630e954bdcb8f0e00f3a845c1bf380fa (diff) | |
download | bcm5719-llvm-221fe42006a95dbbd8d593428858a2d4f388b15a.tar.gz bcm5719-llvm-221fe42006a95dbbd8d593428858a2d4f388b15a.zip |
Support inreg, zext and sext as return value attributes.
llvm-svn: 56801
Diffstat (limited to 'llvm/test/Assembler/2008-09-02-FunctionNotes2.ll')
-rw-r--r-- | llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 08fd1396a85..6a5116b5530 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" ; XFAIL: * -define void @fn1() alwaysinline, noinline { +define void @fn1() alwaysinline noinline { ret void } |