Serious cleanups. Make the TOC match the text for the class hierarchy,
[oota-llvm.git] / test / Feature / globalredefinition2.ll
1 ; Test that redefinitions of globals produces an error in llvm-upgrade
2 ; RUN: llvm-upgrade < %s -o /dev/null -f 2>&1 | \
3 ; RUN:   grep "Renaming global variable 'B' to.*linkage errors"
4
5 %B = global int 7
6 %B = global int 7