blob: 9655da45c646159e91b40bb4a5da1fd5032977f0 [file] [log] [blame]
Dan Gohmana25e5db2010-11-08 16:45:26 +00001; RUN: opt < %s -basicaa -functionattrs -S | grep readnone
Duncan Sands516ec622008-12-29 11:34:09 +00002
3@s = external constant i8 ; <i8*> [#uses=1]
4
5define i8 @f() {
6 %tmp = load i8* @s ; <i8> [#uses=1]
7 ret i8 %tmp
8}