Rename FastDSE to just DSE.
[oota-llvm.git] / test / Linker / 2006-01-19-ConstantPacked.ll
1 ; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc 
2 ; RUN: llvm-link -f -o %s.linked %s.bc
3
4 target endian = big
5 target pointersize = 32
6 target triple = "powerpc-apple-darwin7.7.0"
7 deplibs = [ "c", "crtend" ]
8 %source = global <4 x int> < int 0, int 1, int 2, int 3 >
9
10 implementation   ; Functions:
11
12 int %main() {
13 entry:
14         ret int 0
15 }