reinstate r222872: Peephole optimization in switch table lookup: reuse the guarding...
[oota-llvm.git] / test / Linker / lto-attributes.ll
1 ; RUN: llvm-link -S %s -o - | FileCheck %s
2
3 ; CHECK: @foo = private externally_initialized global i8* null
4 @foo = private externally_initialized global i8* null
5 ; CHECK: @array = appending global [7 x i8] c"abcdefg", align 1
6 @array = appending global [7 x i8] c"abcdefg", align 1
7