2003-10-28-MergeExternalConstants.ll 212 B

1234567
  1. ; RUN: opt -S -constmerge < %s | FileCheck %s
  2. ; CHECK: @foo = constant i32 6
  3. ; CHECK: @bar = constant i32 6
  4. @foo = constant i32 6 ; <i32*> [#uses=0]
  5. @bar = constant i32 6 ; <i32*> [#uses=0]