est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.
[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 }