blob: ce79e3b2964a50d617fccf99df59ec67e6abc1ee [file] [log] [blame]
Daniel Dunbar31ab6e32009-09-05 11:35:16 +00001; RUN: opt -S -constmerge %s | FileCheck %s
Chris Lattner851e0742003-10-29 05:51:03 +00002
Daniel Dunbar31ab6e32009-09-05 11:35:16 +00003; CHECK: @foo = constant i32 6
4; CHECK: @bar = constant i32 6
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00005@foo = constant i32 6 ; <i32*> [#uses=0]
6@bar = constant i32 6 ; <i32*> [#uses=0]
Chris Lattner851e0742003-10-29 05:51:03 +00007