Add the 64-bit versions of the DS* Altivec instructions.
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
1 ; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
2 ; RUN: lli %t.bc > /dev/null
3
4
5 implementation
6
7 int %main() {
8         ret int 0
9 }
10