blob: 672b5e1392b7a411c2d2ce5699a0bafd27761afd [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -functionattrs -S | grep readnone
Duncan Sandsb00686a2008-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}