The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / test / Linker / Inputs / linkage.a.ll
1 @X = linkonce global i32 5
2 define linkonce i32 @foo() { ret i32 7 }