blob: 4fd0ecea1df4a7003ad72ed696aabb82f8ae0b79 [file] [log] [blame]
Dan Gohman3e054fe2009-09-08 22:34:10 +00001; RUN: opt %s -globalopt -S | not grep global
Chris Lattner904697e2004-10-07 19:16:26 +00002
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00003@X = internal global i32 4 ; <i32*> [#uses=1]
Chris Lattner904697e2004-10-07 19:16:26 +00004
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00005define i32 @foo() {
6 %V = load i32* @X ; <i32> [#uses=1]
7 ret i32 %V
Chris Lattner904697e2004-10-07 19:16:26 +00008}
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00009