Home | History | Annotate | Download | only in ConstantMerge
      1 ; RUN: opt -S -constmerge %s | FileCheck %s
      2 
      3 ; CHECK: @foo = constant i32 6
      4 ; CHECK: @bar = constant i32 6
      5 @foo = constant i32 6           ; <i32*> [#uses=0]
      6 @bar = constant i32 6           ; <i32*> [#uses=0]
      7 
      8