Change -arm-divmod-libcall to a target neutral option.
[oota-llvm.git] / test / CodeGen / CBackend / 2004-12-28-LogicalConstantExprs.ll
1 ; RUN: llc < %s -march=c
2
3 define i32 @foo() {
4         ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
5 }