[llvm-commits] CVS: llvm/test/Feature/paramattrs.ll
Zhou Sheng
zhousheng00 at gmail.com
Mon Jun 4 22:29:02 PDT 2007
Changes in directory llvm/test/Feature:
paramattrs.ll updated: 1.6 -> 1.7
---
Log message:
Commit first round work of PR1373: http://llvm.org/PR1373 . "noalias" is now fully supported in
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll
updated also.
---
Diffs of the changes: (+2 -0)
paramattrs.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Feature/paramattrs.ll
diff -u llvm/test/Feature/paramattrs.ll:1.6 llvm/test/Feature/paramattrs.ll:1.7
--- llvm/test/Feature/paramattrs.ll:1.6 Wed Mar 21 21:15:17 2007
+++ llvm/test/Feature/paramattrs.ll Tue Jun 5 00:28:26 2007
@@ -8,6 +8,8 @@
declare i16 @"test"(i16 sext %arg) sext
declare i8 @"test2" (i16 zext %a2) zext
+declare i32 @"test3"(i32* noalias %p)
+
declare void @exit(i32) noreturn nounwind
define i32 @main(i32 %argc, i8 **%argv) nounwind inreg {
More information about the llvm-commits
mailing list