blob: 78e9bacd9e7763df5dbcd6086ae8aa5d766e6150 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=c | not grep extern.*msg
Tanya Lattner3f047732008-02-19 01:41:04 +00002; PR472
Chris Lattner1cc226e2004-12-03 17:18:42 +00003
Tanya Lattner3f047732008-02-19 01:41:04 +00004@msg = internal global [6 x i8] c"hello\00" ; <[6 x i8]*> [#uses=1]
Chris Lattner1cc226e2004-12-03 17:18:42 +00005
Tanya Lattner3f047732008-02-19 01:41:04 +00006define i8* @foo() {
Chris Lattner1cc226e2004-12-03 17:18:42 +00007entry:
Tanya Lattner3f047732008-02-19 01:41:04 +00008 ret i8* getelementptr ([6 x i8]* @msg, i32 0, i32 0)
Chris Lattner1cc226e2004-12-03 17:18:42 +00009}
Tanya Lattner3f047732008-02-19 01:41:04 +000010