Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / CBackend / 2004-12-28-LogicalConstantExprs.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3 int %foo() {
4   ret int and (int 123456, int cast (int()* %foo to int))
5 }