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