add a pass that can extract all kinds of global values, not just functions. Update...
[oota-llvm.git] / test / Bitcode / AutoUpgradeIntrinsics.ll
1 ; This isn't really an assembly file. It just runs test on bitcode to ensure
2 ; it is auto-upgraded.
3 ; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.ct}
4 ; RUN: llvm-dis < %s.bc | \
5 ; RUN:   not grep {llvm\\.part\\.set\\.i\[0-9\]*\\.i\[0-9\]*\\.i\[0-9\]*}
6 ; RUN: llvm-dis < %s.bc | \
7 ; RUN:   not grep {llvm\\.part\\.select\\.i\[0-9\]*\\.i\[0-9\]*}
8 ; RUN: llvm-dis < %s.bc | \
9 ; RUN:   not grep {llvm\\.bswap\\.i\[0-9\]*\\.i\[0-9\]*}
10