blob: 819260b60b127b8ac61495fc10bc35b63a1f2394 [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -instcombine -disable-output
Robert Bocchino22fddc72004-07-27 20:50:02 +00002
Tanya Lattner5640bd12008-03-01 09:15:35 +00003@p = weak global i32 0 ; <i32*> [#uses=1]
Robert Bocchino22fddc72004-07-27 20:50:02 +00004
Tanya Lattner5640bd12008-03-01 09:15:35 +00005define i32 @test(i32 %x) {
6 %y = mul i32 %x, ptrtoint (i32* @p to i32) ; <i32> [#uses=1]
7 ret i32 %y
Robert Bocchino22fddc72004-07-27 20:50:02 +00008}
Tanya Lattner5640bd12008-03-01 09:15:35 +00009