commit | 652203f3f3b6dd5062bb450d189a80d8aaa51693 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Sep 29 20:49:50 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Sep 29 20:49:50 2008 +0000 |
tree | 4123ccebcf9d7bbda6fa3d578235245e7d5bbd38 | |
parent | 66c6c65de28c3140fd4d048535fc259fc3f71479 [diff] [blame] |
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
diff --git a/test/Assembler/2008-09-02-FunctionNotes.ll b/test/Assembler/2008-09-02-FunctionNotes.ll index 5ac9bbe..761c91e 100644 --- a/test/Assembler/2008-09-02-FunctionNotes.ll +++ b/test/Assembler/2008-09-02-FunctionNotes.ll
@@ -1,4 +1,4 @@ -; Test function notes +; Test function attributes ; RUN: llvm-as < %s | llvm-dis | grep inline | count 2 define void @fn1() alwaysinline {