diff options
| author | Zhou Sheng <zhousheng00@gmail.com> | 2007-06-05 05:28:26 +0000 |
|---|---|---|
| committer | Zhou Sheng <zhousheng00@gmail.com> | 2007-06-05 05:28:26 +0000 |
| commit | 2444a9adeb18faef5c08486ea5174cdf8d039b03 (patch) | |
| tree | 2e8e43a36ee9a220ac75a108aec7bb34a13af823 /llvm/test/Feature | |
| parent | 59754300a87ec076c1456632a5c660a9d8985c97 (diff) | |
| download | bcm5719-llvm-2444a9adeb18faef5c08486ea5174cdf8d039b03.tar.gz bcm5719-llvm-2444a9adeb18faef5c08486ea5174cdf8d039b03.zip | |
Commit first round work of PR1373. "noalias" is now fully supported in
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll
updated also.
llvm-svn: 37432
Diffstat (limited to 'llvm/test/Feature')
| -rw-r--r-- | llvm/test/Feature/paramattrs.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Feature/paramattrs.ll b/llvm/test/Feature/paramattrs.ll index 84116781f9e..01dc2fa93a8 100644 --- a/llvm/test/Feature/paramattrs.ll +++ b/llvm/test/Feature/paramattrs.ll @@ -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 { |

